1
0
mirror of https://github.com/openshift/openshift-docs.git synced 2026-02-05 12:46:18 +01:00
Files
openshift-docs/modules/eso-secret-reference.adoc
2025-11-26 19:43:48 +00:00

30 lines
599 B
Plaintext

// Module included in the following assemblies:
//
// * security/external_secrets_operator/external-secrets-operator-api.adoc
:_mod-docs-content-type: REFERENCE
[id="eso-secret-reference_{context}"]
= secretReference
[role="_abstract"]
The `secretReference` field refers to a secret with the given name in the same namespace where it used.
[cols="1,1,1,1,1",options="header"]
|===
| Field
| Type
| Description
| Default
| Validation
| `name`
| _string_
| `name` specifies the name of the secret resource being referred to.
|
| The maximum length is 253.
The minimum length is 1.
Required
|===