Skip to content

Commit 0aae47c

Browse files
committed
Fix usage example referring to a different SecretClass than it defines
1 parent 21db477 commit 0aae47c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/modules/secret-operator/examples/usage-pod.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ spec:
1010
volumeClaimTemplate:
1111
metadata:
1212
annotations:
13-
secrets.stackable.tech/class: secret
13+
secrets.stackable.tech/class: tls
1414
secrets.stackable.tech/scope: node,pod,service=secret-consumer-nginx
1515
spec:
1616
storageClassName: secrets.stackable.tech

0 commit comments

Comments
 (0)