We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 59e3ce9 commit bef74a2Copy full SHA for bef74a2
config/templates/client-secure-operator.yaml.in
@@ -14,18 +14,13 @@
14
#
15
# {{ .GeneratedWarning }}
16
17
-apiVersion: v1
18
-kind: ServiceAccount
19
-metadata:
20
- name: cockroachdb-sa
21
----
22
23
apiVersion: v1
24
kind: Pod
25
metadata:
26
name: cockroachdb-client-secure
27
spec:
28
- serviceAccountName: cockroachdb-sa
+ serviceAccountName: default
29
containers:
30
- name: cockroachdb-client-secure
31
image: cockroachdb/cockroach:{{ .LatestStableCrdbVersion }}
0 commit comments