Skip to content

Commit

Permalink
Fixing hetzner-robot Helm chart
Browse files Browse the repository at this point in the history
Signed-off-by: Archisman <[email protected]>
  • Loading branch information
Archisman committed Dec 19, 2024
1 parent 26b6539 commit 109b884
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions argocd-helm-charts/hetzner-robot/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,17 +34,17 @@ spec:
- name: API_USERNAME
valueFrom:
secretKeyRef:
name: {{ .cloudCredentialsSecretName }}
name: {{ .Values.cloudCredentialsSecretName }}
key: robot-user
- name: API_PASSWORD
valueFrom:
secretKeyRef:
name: {{ .cloudCredentialsSecretName }}
name: {{ .Values.cloudCredentialsSecretName }}
key: robot-password
- name: API_TOKEN
valueFrom:
secretKeyRef:
name: {{ .cloudCredentialsSecretName }}
name: {{ .Values.cloudCredentialsSecretName }}
key: hcloud
livenessProbe:
exec:
Expand Down

0 comments on commit 109b884

Please sign in to comment.