File tree Expand file tree Collapse file tree 3 files changed +7
-7
lines changed
deploy/helm/secret-operator
tests/templates/kuttl/kerberos Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ secretMigrationJob:
22
22
csiProvisioner :
23
23
image :
24
24
repository : docker.stackable.tech/k8s/sig-storage/csi-provisioner
25
- tag : v5.0.1
25
+ tag : v5.1.0
26
26
pullPolicy : IfNotPresent
27
27
resources :
28
28
requests :
@@ -34,7 +34,7 @@ csiProvisioner:
34
34
csiNodeDriverRegistrar :
35
35
image :
36
36
repository : docker.stackable.tech/k8s/sig-storage/csi-node-driver-registrar
37
- tag : v2.11.1
37
+ tag : v2.13.0
38
38
pullPolicy : IfNotPresent
39
39
resources :
40
40
requests :
Original file line number Diff line number Diff line change 22
22
echo kiniting node
23
23
kinit -kt /stackable/krb/keytab -p HTTP/$NODE_NAME
24
24
echo kiniting service
25
- kinit -kt /stackable/krb/keytab -p HTTP/krb5-client.$NAMESPACE.svc.cluster.local
25
+ kinit -kt /stackable/krb/keytab -p HTTP/krb5-client.$NAMESPACE.svc.cluster.local.
26
26
echo kiniting pod
27
- kinit -kt /stackable/krb/keytab -p HTTP/$POD_NAME.krb5-client.$NAMESPACE.svc.cluster.local
27
+ kinit -kt /stackable/krb/keytab -p HTTP/$POD_NAME.krb5-client.$NAMESPACE.svc.cluster.local.
28
28
env:
29
29
- name: KRB5_CONFIG
30
30
value: /stackable/krb/krb5.conf
You can’t perform that action at this time.
0 commit comments