Skip to content

Commit 7e35ee3

Browse files
committed
Added the missing service account cockroachdb-sa to be created
1 parent a7ecd64 commit 7e35ee3

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

config/templates/client-secure-operator.yaml.in

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,11 @@
1414
#
1515
# {{ .GeneratedWarning }}
1616
#
17+
apiVersion: v1
18+
kind: ServiceAccount
19+
metadata:
20+
name: cockroachdb-sa
21+
---
1722

1823
apiVersion: v1
1924
kind: Pod

0 commit comments

Comments
 (0)