You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What should be the namespace of the this value namespace: {{ .Release.Namespace | quote }} which is not defined within the helm values file - values.yaml for issuer, certificate
Is there a reason you use sometimes | quote and sometimes not to generate the namespace name ?
Can this be better documented please and helm templates updated ?
The text was updated successfully, but these errors were encountered:
Question
As the helm chart dont contain a namespace for several resources to be deployed excepted by example here - https://gist.github.com/cmoulliard/0aaa99004f930516c57902cefae2f89a#file-gadaddy-webhook-yaml-L1-L36, where should the resources be deployed (using default namespace, ...) ?
Examples:
What should be the namespace of the this value
namespace: {{ .Release.Namespace | quote }}
which is not defined within the helm values file - values.yaml for issuer, certificateWhy this RoleBinding is installed under
kube-system
?Another example
Is there a reason you use sometimes
| quote
and sometimes not to generate the namespace name ?Can this be better documented please and helm templates updated ?
The text was updated successfully, but these errors were encountered: