Skip to content

Commit

Permalink
Merge pull request #160 from pierluigilenoci/template_fix
Browse files Browse the repository at this point in the history
must specify one of: `configMapRef` or `secretRef`
  • Loading branch information
pierluigilenoci committed Jul 15, 2023
2 parents 1f5d7a7 + be0a2f5 commit 2befa05
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion helm/oauth2-proxy/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: oauth2-proxy
version: 6.16.0
version: 6.16.1
apiVersion: v2
appVersion: 7.4.0
home: https://oauth2-proxy.github.io/oauth2-proxy/
Expand Down
2 changes: 1 addition & 1 deletion helm/oauth2-proxy/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,8 @@ spec:
hostnames:
- {{ .Values.hostAlias.hostname }}
{{- end }}
initContainers:
{{- if and .Values.redis.enabled .Values.initContainers.waitForRedis.enabled }}
initContainers:
- name: wait-for-redis
image: "docker.io/bitnami/kubectl:{{ include "kubectl.version" . }}"
args:
Expand Down

0 comments on commit 2befa05

Please sign in to comment.