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
Binary file modified helm-repo/phase-kubernetes-operator-1.2.2.tgz
Binary file not shown.
2 changes: 1 addition & 1 deletion phase-kubernetes-operator/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ description: A Helm chart for deploying the Phase Kubernetes Operator
type: application

# Version of the chart
version: 1.2.2
version: 1.2.3

# Version of the application (operator) that is being deployed
appVersion: "1.2.2"
Expand Down
5 changes: 5 additions & 0 deletions phase-kubernetes-operator/templates/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,3 +22,8 @@ spec:
imagePullPolicy: {{ .Values.image.pullPolicy }}
resources:
{{- toYaml .Values.operator.resources | nindent 12 }}
env:
{{- range $key, $value := .Values.operator.env }}
- name: {{ $key }}
value: {{ $value | quote }}
{{- end }}
3 changes: 3 additions & 0 deletions phase-kubernetes-operator/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,9 @@ rbac:
# Operator specific configuration
operator:
logLevel: INFO
env:
PHASE_VERIFY_SSL: True
PHASE_DEBUG: False
resources:
limits:
cpu: 200m
Expand Down