Skip to content

Commit

Permalink
[create-pull-request] automated change (#525)
Browse files Browse the repository at this point in the history
Signed-off-by: GitHub <[email protected]>
Co-authored-by: dislbenn <[email protected]>
  • Loading branch information
github-actions[bot] and dislbenn authored Oct 3, 2023
1 parent 88da1fa commit f22631c
Showing 1 changed file with 6 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,10 @@ spec:
- name: NO_PROXY
value: {{ .Values.hubconfig.proxyConfigs.NO_PROXY }}
{{- end }}
- name: POD_NAME
valueFrom:
fieldRef:
fieldPath: metadata.name
image: '{{ .Values.global.imageOverrides.registration_operator }}'
imagePullPolicy: '{{ .Values.global.pullPolicy }}'
livenessProbe:
Expand All @@ -66,8 +70,8 @@ spec:
initialDelaySeconds: 2
resources:
requests:
cpu: 100m
memory: 128Mi
cpu: 2m
memory: 16Mi
securityContext:
allowPrivilegeEscalation: false
capabilities:
Expand Down

0 comments on commit f22631c

Please sign in to comment.