Skip to content

Commit

Permalink
Merge pull request #16 from eitco/main
Browse files Browse the repository at this point in the history
0.17.4 release
  • Loading branch information
PatrickLaabs authored Jan 3, 2024
2 parents fe706b7 + d83a2ca commit 5a046a6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
2 changes: 1 addition & 1 deletion charts/spire/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: spire
description: >
A Helm chart for deploying the complete Spire stack including: spire-server, spire-agent, spiffe-csi-driver, spiffe-oidc-discovery-provider and spire-controller-manager.
type: application
version: 0.17.3
version: 0.17.4
appVersion: "1.8.5"
keywords: ["spiffe", "spire", "spire-server", "spire-agent", "oidc", "spire-controller-manager"]
home: https://github.com/eitco/helm-charts/tree/main/charts/spire
Expand Down
7 changes: 3 additions & 4 deletions charts/spire/charts/spire-server/templates/configmap.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -81,12 +81,11 @@ plugins:
plugin_data:
clusters:
- {{ include "spire-lib.cluster-name" $root }}:
service_account_allow_list:
- {{ include "spire-server.serviceAccountAllowedList" $root | trim }}
service_account_allow_list: {{ include "spire-server.serviceAccountAllowedList" $root | trim }}
{{- range .remoteClusters }}
- {{ .name }}:
service_account_allow_list:
- {{ .serviceAccountAllowList | join ", " }}
service_account_allow_list:
- {{ .serviceAccountAllowList | join ", " }}
{{- end }}
{{- end }}
{{- end }}
Expand Down

0 comments on commit 5a046a6

Please sign in to comment.