Skip to content

Commit

Permalink
Include awsPodIdentityAssociationCluster in chart values
Browse files Browse the repository at this point in the history
  • Loading branch information
jackkleeman committed Feb 14, 2024
1 parent 3ea8835 commit f5a580c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
4 changes: 4 additions & 0 deletions charts/restate-operator-helm/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,10 @@ spec:
env:
- name: RUST_LOG
value: {{ .Values.logging.env_filter }}
{{- if .Values.awsPodIdentityAssociationCluster }}
- name: AWS_POD_IDENTITY_ASSOCIATION_CLUSTER
value: {{ .Values.awsPodIdentityAssociationCluster }}
{{- end }}
{{- with .Values.env }}
{{- toYaml . | nindent 8 }}
{{- end }}
Expand Down
2 changes: 2 additions & 0 deletions charts/restate-operator-helm/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ serviceAccount:
annotations: {}
podAnnotations: {}

awsPodIdentityAssociationCluster: null

podSecurityContext:
fsGroup: 2000
fsGroupChangePolicy: "OnRootMismatch"
Expand Down

0 comments on commit f5a580c

Please sign in to comment.