Skip to content

Commit

Permalink
fix(t8s-cluster/workload-cluster): cleanup of storageclasses (#492)
Browse files Browse the repository at this point in the history
  • Loading branch information
cwrau authored Aug 16, 2023
1 parent df17cd1 commit 138c185
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
{{- if lookup "v1" "Secret" .Release.Namespace (printf "%s-kubeconfig" .Release.Name) -}}
apiVersion: batch/v1
kind: Job
metadata:
Expand Down Expand Up @@ -60,3 +61,4 @@ spec:
secret:
secretName: {{ .Release.Name }}-kubeconfig
optional: false
{{- end }}

0 comments on commit 138c185

Please sign in to comment.