Skip to content

Commit

Permalink
add annotation to all kpt files
Browse files Browse the repository at this point in the history
  • Loading branch information
Scott Morse committed Aug 21, 2020
1 parent 939e842 commit 4f734aa
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 1 deletion.
5 changes: 5 additions & 0 deletions asm-citadel/Kptfile
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,11 @@ openAPI:
setter:
name: anthos.servicemesh.tag
value: 1.6.8-asm.0
io.k8s.cli.setters.anthos.servicemesh.canonicalServiceHub:
x-k8s-cli:
setter:
name: anthos.servicemesh.canonicalServiceHub
value: gcr.io/gke-release/canonical-service-controller:1.6.8-asm
io.k8s.cli.substitutions.mesh-id:
type: string
x-k8s-cli:
Expand Down
2 changes: 1 addition & 1 deletion asm-citadel/cluster/cluster.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,4 +33,4 @@ spec:
channel: REGULAR # {"$ref":"#/definitions/io.k8s.cli.setters.gcloud.container.cluster.releaseChannel"}
ipAllocationPolicy:
clusterSecondaryRangeName: "" # {"$ref":"#/definitions/io.k8s.cli.setters.gcloud.container.cluster.clusterSecondaryRange"}
servicesSecondaryRangeName: "" # {"$ref":"#/definitions/io.k8s.cli.setters.gcloud.container.cluster.servicesSecondaryRange"}
servicesSecondaryRangeName: "" # {"$ref":"#/definitions/io.k8s.cli.setters.gcloud.container.cluster.servicesSecondaryRange"}
5 changes: 5 additions & 0 deletions asm-patch-citadel/Kptfile
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,11 @@ openAPI:
setter:
name: anthos.servicemesh.tag
value: 1.6.8-asm.0
io.k8s.cli.setters.anthos.servicemesh.canonicalServiceHub:
x-k8s-cli:
setter:
name: anthos.servicemesh.canonicalServiceHub
value: gcr.io/gke-release/canonical-service-controller:1.6.8-asm
io.k8s.cli.substitutions.mesh-id:
type: string
x-k8s-cli:
Expand Down
5 changes: 5 additions & 0 deletions asm-patch/Kptfile
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,11 @@ openAPI:
setter:
name: anthos.servicemesh.tag
value: 1.6.8-asm.0
io.k8s.cli.setters.anthos.servicemesh.canonicalServiceHub:
x-k8s-cli:
setter:
name: anthos.servicemesh.canonicalServiceHub
value: gcr.io/gke-release/canonical-service-controller:1.6.8-asm
io.k8s.cli.setters.anthos.servicemesh.trustDomainAliases:
items:
pattern: '[a-z0-9\-].svc.id.goog'
Expand Down

0 comments on commit 4f734aa

Please sign in to comment.