Skip to content

Commit 420f2ff

Browse files
committed
test: Use updated annotation in integration test
1 parent 228dcdb commit 420f2ff

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

tests/templates/kuttl/non-sensitive-data/02_pod.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ spec:
1515
annotations:
1616
secrets.stackable.tech/class: root-trust-$NAMESPACE
1717
# Only non-sensitive data is needed
18-
secrets.stackable.tech/only-provision-identity: "true"
18+
secrets.stackable.tech/provision-parts: "public"
1919
# Explicitly request a format to trigger parsing in the secret-operator
2020
secrets.stackable.tech/format: tls-pem
2121
spec:
@@ -32,7 +32,7 @@ spec:
3232
annotations:
3333
secrets.stackable.tech/class: root-trust-$NAMESPACE
3434
# Only non-sensitive data is needed
35-
secrets.stackable.tech/only-provision-identity: "true"
35+
secrets.stackable.tech/provision-parts: "public"
3636
# Explicitly request a format to trigger parsing in the secret-operator
3737
secrets.stackable.tech/format: tls-pkcs12
3838
spec:

0 commit comments

Comments
 (0)