Skip to content

Commit

Permalink
Fix polex template
Browse files Browse the repository at this point in the history
  • Loading branch information
stone-z committed Dec 20, 2024
1 parent c5dc764 commit 45c1ae7
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion helm/1password-scim-bridge/templates/_helpers.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ helm.sh/chart: {{ include "chart" . | quote }}
Name used by Giant Swarm-specific helpers for this App.
*/}}
{{- define "onepassword-scim-bridge-helpers.name" -}}
{{ include "name" . | quote }}
{{ include "name" . }}
{{- end -}}

{{/*
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,5 +29,4 @@ spec:
- {{ .Release.Namespace }}
names:
- "onepassword-scim-bridge*"
---
{{- end }}
1 change: 1 addition & 0 deletions helm/1password-scim-bridge/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ image:

kyvernoPolicyExceptions:
enabled: true
namespace: ""

op-scim-bridge:
redis:
Expand Down

0 comments on commit 45c1ae7

Please sign in to comment.