You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: deploy/helm/secret-operator/crds/crds.yaml
+12Lines changed: 12 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -395,6 +395,18 @@ spec:
395
395
secretClassName:
396
396
description: The name of the SecretClass that the request concerns.
397
397
type: string
398
+
targetKind:
399
+
default: ConfigMap
400
+
description: |-
401
+
Which Kubernetes kind should be used to output the requested information to.
402
+
403
+
The trust information (such as a `ca.crt`) can be considered public information, so we put it in a `ConfigMap` by default. However, some tools might require it to be placed in a `Secret`, so we also support that.
404
+
405
+
Can be either `ConfigMap` or `Secret`, defaults to `ConfigMap`.
0 commit comments