Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -199,6 +199,9 @@ spec:
valueFrom:
fieldRef:
fieldPath: metadata.namespace
{{- with .Values.extraEnv }}
{{- toYaml . | nindent 8 }}
{{- end }}
image: {{.Values.image.repository}}
imagePullPolicy: Always
livenessProbe:
Expand Down
9 changes: 9 additions & 0 deletions v2/charts/azure-service-operator/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -280,3 +280,12 @@ serviceAccount:
# If not set and create is true, `azureserviceoperator-default` would be used as a name
name: ""
annotations: {}

# List of extra environment variables to inject into the manager container
# Example:
# extraEnv:
# - name: ENV
# value: "prod"
# - name: SERVICE
# value: "azure-service-operator"
extraEnv: []
Loading