Skip to content

Commit

Permalink
rename to 1.23
Browse files Browse the repository at this point in the history
  • Loading branch information
badra001 committed Apr 11, 2023
1 parent fcb4aaf commit fc62afb
Show file tree
Hide file tree
Showing 470 changed files with 13 additions and 9,533 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
{{- if and .Values.rbac.create .Values.rbac.serviceAccount.create }}
apiVersion: v1
kind: ServiceAccount
metadata:
labels:
{{ include "cluster-autoscaler.labels" . | indent 4 }}
name: {{ template "cluster-autoscaler.serviceAccountName" . }}
namespace: {{ .Release.Namespace }}
{{- if .Values.rbac.serviceAccount.annotations }}
annotations: {{ toYaml .Values.rbac.serviceAccount.annotations | nindent 4 }}
{{- end }}
automountServiceAccountToken: {{ .Values.rbac.serviceAccount.automountServiceAccountToken }}
{{- end }}
4 changes: 0 additions & 4 deletions examples/full-cluster-tf-upgrade/1.24.in-progress/.gitignore

This file was deleted.

Loading

0 comments on commit fc62afb

Please sign in to comment.