Skip to content

Commit

Permalink
[fix]: [CCM-15838]: Fix cloud-info secret in helm charts
Browse files Browse the repository at this point in the history
  • Loading branch information
iamanmolm authored and abhinavsingh-ccm committed Feb 29, 2024
1 parent 3153a70 commit 632c9f9
Show file tree
Hide file tree
Showing 6 changed files with 15 additions and 4 deletions.
6 changes: 3 additions & 3 deletions chart/Chart.lock
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
dependencies:
- name: harness-common
repository: https://harness.github.io/helm-common
version: 1.3.0
digest: sha256:a124154ec396335395dee9d90de697e6eadda4397ae9b56e2cbdfddbe2de5ee7
generated: "2023-12-13T15:43:39.849149+05:30"
version: 1.3.6
digest: sha256:a2cdbe5bc12fed0aed66a66a9e16c9b4b337ddfbeb315031ad9dfe7a517a4610
generated: "2024-01-19T15:31:03.188688+05:30"
11 changes: 11 additions & 0 deletions chart/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,17 @@ A Helm chart for Kubernetes
| resources.limits.memory | string | `"1536Mi"` | |
| resources.requests.cpu | string | `"1536m"` | |
| resources.requests.memory | string | `"1536Mi"` | |
| secrets.default.CONFIG_FILE | string | `""` | |
| secrets.default.GCP_CREDENTIALS | string | `""` | |
| secrets.kubernetesSecrets[0].keys.CONFIG_FILE | string | `""` | |
| secrets.kubernetesSecrets[0].keys.GCP_CREDENTIALS | string | `""` | |
| secrets.kubernetesSecrets[0].secretName | string | `""` | |
| secrets.secretManagement.externalSecretsOperator[0].remoteKeys.CONFIG_FILE.name | string | `""` | |
| secrets.secretManagement.externalSecretsOperator[0].remoteKeys.CONFIG_FILE.property | string | `""` | |
| secrets.secretManagement.externalSecretsOperator[0].remoteKeys.GCP_CREDENTIALS.name | string | `""` | |
| secrets.secretManagement.externalSecretsOperator[0].remoteKeys.GCP_CREDENTIALS.property | string | `""` | |
| secrets.secretManagement.externalSecretsOperator[0].secretStore.kind | string | `""` | |
| secrets.secretManagement.externalSecretsOperator[0].secretStore.name | string | `""` | |
| securityContext | object | `{}` | |
| service.annotations | object | `{}` | |
| service.port | int | `8082` | |
Expand Down
Binary file removed chart/charts/harness-common-1.2.1.tgz
Binary file not shown.
Binary file removed chart/charts/harness-common-1.3.0.tgz
Binary file not shown.
Binary file added chart/charts/harness-common-1.3.6.tgz
Binary file not shown.
2 changes: 1 addition & 1 deletion chart/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ spec:
{{- if .Values.extraVolumes }}
{{- include "harnesscommon.tplvalues.render" ( dict "value" .Values.extraVolumes "context" $ ) | nindent 6 }}
{{- end }}
{{- include "helper.manageMountedSecrets" (dict "ctx" $ "items" (list (dict "key" "GCP_CREDENTIALS" "path" "gcp-creds.json") (dict "key" "CONFIG_FILE" "path" "config.toml")) "defaultKubernetesSecretName" "cloud-info-secrets" "secretName" "secret-mount") | indent 6 }}
{{- include "helper.manageMountedSecrets" (dict "ctx" $ "items" (list (dict "key" "GCP_CREDENTIALS" "path" "gcp-creds.json") (dict "key" "CONFIG_FILE" "path" "config.toml")) "defaultKubernetesSecretName" "cloud-info-secret-mount" "secretName" "secret-mount") | indent 6 }}
affinity:
podAntiAffinity:
requiredDuringSchedulingIgnoredDuringExecution:
Expand Down

0 comments on commit 632c9f9

Please sign in to comment.