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
@@ -392,6 +392,18 @@ spec:
392
392
- kerberos
393
393
nullable: true
394
394
type: string
395
+
outputResource:
396
+
default: ConfigMap
397
+
description: |-
398
+
Which Kubernetes resource should be used to output the requested information to.
399
+
400
+
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 (such as OpenShift routes) require it to be placed in a `Secret`, so we also support that.
401
+
402
+
Can be either `ConfigMap` or `Secret`, defaults to `ConfigMap`.
403
+
enum:
404
+
- Secret
405
+
- ConfigMap
406
+
type: string
395
407
secretClassName:
396
408
description: The name of the SecretClass that the request concerns.
0 commit comments