Skip to content

Commit

Permalink
Merge pull request #4593 from jackfrancis/caaph-strings
Browse files Browse the repository at this point in the history
test: surround CAAPH values strings in quotes
  • Loading branch information
k8s-ci-robot authored Mar 20, 2024
2 parents d81e764 + 0a60b8c commit a6db0cb
Show file tree
Hide file tree
Showing 29 changed files with 209 additions and 209 deletions.
12 changes: 6 additions & 6 deletions templates/addons/cluster-api-helm/cloud-provider-azure-ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,13 @@ spec:
cloudConfig: ${CLOUD_CONFIG:-"/etc/kubernetes/azure.json"}
cloudConfigSecretName: ${CONFIG_SECRET_NAME:-""}
clusterCIDR: {{ .Cluster.spec.clusterNetwork.pods.cidrBlocks | join "," }}
imageName: ${CCM_IMAGE_NAME:-""}
imageRepository: ${IMAGE_REGISTRY:-""}
imageTag: ${IMAGE_TAG_CCM:-""}
imageName: "${CCM_IMAGE_NAME:-""}"
imageRepository: "${IMAGE_REGISTRY:-""}"
imageTag: "${IMAGE_TAG_CCM:-""}"
logVerbosity: ${CCM_LOG_VERBOSITY:-4}
replicas: ${CCM_COUNT:-1}
enableDynamicReloading: ${ENABLE_DYNAMIC_RELOADING:-false}
cloudNodeManager:
imageName: ${CNM_IMAGE_NAME:-""}
imageRepository: ${IMAGE_REGISTRY:-""}
imageTag: ${IMAGE_TAG_CNM:-""}
imageName: "${CNM_IMAGE_NAME:-""}"
imageRepository: "${IMAGE_REGISTRY:-""}"
imageTag: "${IMAGE_TAG_CNM:-""}"
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@ spec:
cloudControllerManager:
clusterCIDR: {{ .Cluster.spec.clusterNetwork.pods.cidrBlocks | join "," }}
logVerbosity: 4
caCertDir: /usr/share/ca-certificates
caCertDir: /usr/share/ca-certificates
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@ spec:
clusterName: {{ .Cluster.metadata.name }}
cloudControllerManager:
clusterCIDR: {{ .Cluster.spec.clusterNetwork.pods.cidrBlocks | join "," }}
logVerbosity: 4
logVerbosity: 4
16 changes: 8 additions & 8 deletions templates/test/ci/cluster-template-prow-azure-cni-v1.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

16 changes: 8 additions & 8 deletions templates/test/ci/cluster-template-prow-ci-version-ipv6.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

16 changes: 8 additions & 8 deletions templates/test/ci/cluster-template-prow-ci-version.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

16 changes: 8 additions & 8 deletions templates/test/ci/cluster-template-prow-custom-vnet.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

16 changes: 8 additions & 8 deletions templates/test/ci/cluster-template-prow-dual-stack.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

16 changes: 8 additions & 8 deletions templates/test/ci/cluster-template-prow-edgezone.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion templates/test/ci/cluster-template-prow-flatcar.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

16 changes: 8 additions & 8 deletions templates/test/ci/cluster-template-prow-ipv6.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit a6db0cb

Please sign in to comment.