mirror of
https://github.com/kubernetes-sigs/kustomize.git
synced 2026-05-17 18:25:26 +00:00
emove the kyaml/openapi/kubernetesapi/v1_21_2/swagger.pb (#5077)
This commit is contained in:
@@ -42,7 +42,7 @@ spec:
|
||||
serviceAccountName: mySvcAcct
|
||||
containers:
|
||||
- name: whatever
|
||||
image: k8s.gcr.io/governmentCheese
|
||||
image: registry.k8s.io/governmentCheese
|
||||
`)
|
||||
th.WriteF("base/serviceAccount.yaml", `
|
||||
apiVersion: v1
|
||||
@@ -61,7 +61,7 @@ spec:
|
||||
template:
|
||||
spec:
|
||||
containers:
|
||||
- image: k8s.gcr.io/governmentCheese
|
||||
- image: registry.k8s.io/governmentCheese
|
||||
name: whatever
|
||||
serviceAccountName: mySvcAcct
|
||||
---
|
||||
@@ -80,7 +80,7 @@ spec:
|
||||
template:
|
||||
spec:
|
||||
containers:
|
||||
- image: k8s.gcr.io/governmentCheese
|
||||
- image: registry.k8s.io/governmentCheese
|
||||
name: whatever
|
||||
serviceAccountName: mySvcAcct-private
|
||||
---
|
||||
@@ -115,7 +115,7 @@ commonLabels:
|
||||
app: external-dns
|
||||
instance: public
|
||||
images:
|
||||
- name: k8s.gcr.io/external-dns/external-dns
|
||||
- name: registry.k8s.io/external-dns/external-dns
|
||||
newName: xxx.azurecr.io/external-dns
|
||||
newTag: v0.7.4_sylr.1
|
||||
- name: quay.io/sylr/external-dns
|
||||
@@ -153,7 +153,7 @@ commonLabels:
|
||||
app: external-dns
|
||||
instance: private
|
||||
images:
|
||||
- name: k8s.gcr.io/external-dns/external-dns
|
||||
- name: registry.k8s.io/external-dns/external-dns
|
||||
newName: xxx.azurecr.io/external-dns
|
||||
newTag: v0.7.4_sylr.1
|
||||
- name: quay.io/sylr/external-dns
|
||||
@@ -192,7 +192,7 @@ commonLabels:
|
||||
app: external-dns
|
||||
instance: public
|
||||
images:
|
||||
- name: k8s.gcr.io/external-dns/external-dns
|
||||
- name: registry.k8s.io/external-dns/external-dns
|
||||
newName: quay.io/sylr/external-dns
|
||||
newTag: v0.7.4-73-g00a9a0c7
|
||||
secretGenerator:
|
||||
@@ -243,7 +243,7 @@ spec:
|
||||
serviceAccountName: external-dns
|
||||
containers:
|
||||
- name: external-dns
|
||||
image: k8s.gcr.io/external-dns/external-dns
|
||||
image: registry.k8s.io/external-dns/external-dns
|
||||
args:
|
||||
- --domain-filter=""
|
||||
- --txt-owner-id=""
|
||||
|
||||
@@ -37,7 +37,7 @@ spec:
|
||||
spec:
|
||||
containers:
|
||||
- name: nginx
|
||||
image: k8s.gcr.io/nginx-slim:0.8
|
||||
image: registry.k8s.io/nginx-slim:0.8
|
||||
ports:
|
||||
- containerPort: 80
|
||||
name: web
|
||||
@@ -62,7 +62,7 @@ spec:
|
||||
spec:
|
||||
containers:
|
||||
- name: nginx
|
||||
image: k8s.gcr.io/nginx-slim:0.8
|
||||
image: registry.k8s.io/nginx-slim:0.8
|
||||
ports:
|
||||
- containerPort: 80
|
||||
name: web
|
||||
@@ -116,7 +116,7 @@ spec:
|
||||
notIn: arrays
|
||||
spec:
|
||||
containers:
|
||||
- image: k8s.gcr.io/nginx-slim:0.8
|
||||
- image: registry.k8s.io/nginx-slim:0.8
|
||||
name: nginx
|
||||
ports:
|
||||
- containerPort: 80
|
||||
@@ -142,7 +142,7 @@ spec:
|
||||
notIn: arrays
|
||||
spec:
|
||||
containers:
|
||||
- image: k8s.gcr.io/nginx-slim:0.8
|
||||
- image: registry.k8s.io/nginx-slim:0.8
|
||||
name: nginx
|
||||
ports:
|
||||
- containerPort: 80
|
||||
|
||||
@@ -1848,7 +1848,7 @@ spec:
|
||||
terminationGracePeriodSeconds: 10
|
||||
containers:
|
||||
- name: nginx
|
||||
image: k8s.gcr.io/nginx-slim:0.8
|
||||
image: registry.k8s.io/nginx-slim:0.8
|
||||
ports:
|
||||
- containerPort: 80
|
||||
name: web
|
||||
@@ -2123,7 +2123,7 @@ spec:
|
||||
app: nginx
|
||||
spec:
|
||||
containers:
|
||||
- image: k8s.gcr.io/nginx-slim:0.8
|
||||
- image: registry.k8s.io/nginx-slim:0.8
|
||||
name: nginx
|
||||
ports:
|
||||
- containerPort: 80
|
||||
|
||||
Reference in New Issue
Block a user