Add support for the experimental section of the config. Needed for developers. This PR doesnt add support for the `auth_opa_policy_engine` experimental config. --------- Signed-off-by: Faisal Memon <[email protected]>
13 lines
601 B
Plaintext
13 lines
601 B
Plaintext
Installed {{ .Chart.Name }}…
|
|
{{- $up := (index .Values "spire-server").unsupportedBuiltInPlugins }}
|
|
{{- $s := add (len $up.keyManager) (len $up.nodeAttestor) (len $up.upstreamAuthority) (len $up.notifier) }}
|
|
{{- if gt $s 0 }}
|
|
|
|
Warning: You're using an unsupported plugin. Functionality of this release and future upgrades aren't guaranteed to work smoothly.
|
|
{{- end }}
|
|
|
|
{{- if eq ((index .Values "spire-server").experimental.enabled | toString) "true" }}
|
|
|
|
Warning: You're using an experimental config. Functionality of this release and future upgrades aren't guaranteed to work smoothly.
|
|
{{- end }}
|