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
{{/* Create namespaces in advance to enable RBAC rules, filter out the release namespace in case user accidentally added it to grantedNamespaces*/}}
38
+
{{- if and (ne . $.Release.Namespace) (not (lookup "v1" "Namespace" "" .)) }}
39
+
---
40
+
apiVersion: v1
41
+
kind: Namespace
42
+
metadata:
43
+
name: {{ . }}
44
+
annotations:
45
+
{{/* Keep the namespace when uninstalling the chart, so that the deployed sky resources (if any) can still work even if the API server get uninstalled */}}
0 commit comments