Skip to content

Commit 59e3ce9

Browse files
committed
Added the missing service account cockroachdb-sa to be created
1 parent d1ab85c commit 59e3ce9

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

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)