Skip to content

Commit 0ef1671

Browse files
committed
make generate manifests
1 parent f7c833a commit 0ef1671

File tree

5 files changed

+14
-10
lines changed

5 files changed

+14
-10
lines changed

chart/crds/secrets.hashicorp.com_vaultauthglobals.yaml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -80,8 +80,9 @@ spec:
8080
to Vault.
8181
type: string
8282
secretID:
83-
description: SecretID of the AppRole Role to use for authenticating
84-
to Vault.
83+
description: |-
84+
SecretID of the AppRole Role to use for authenticating to Vault.
85+
If both SecretID and SecretRef are specified, SecretID takes precedence.
8586
type: string
8687
secretRef:
8788
description: |-

chart/crds/secrets.hashicorp.com_vaultauths.yaml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,8 +68,9 @@ spec:
6868
to Vault.
6969
type: string
7070
secretID:
71-
description: SecretID of the AppRole Role to use for authenticating
72-
to Vault.
71+
description: |-
72+
SecretID of the AppRole Role to use for authenticating to Vault.
73+
If both SecretID and SecretRef are specified, SecretID takes precedence.
7374
type: string
7475
secretRef:
7576
description: |-

config/crd/bases/secrets.hashicorp.com_vaultauthglobals.yaml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -80,8 +80,9 @@ spec:
8080
to Vault.
8181
type: string
8282
secretID:
83-
description: SecretID of the AppRole Role to use for authenticating
84-
to Vault.
83+
description: |-
84+
SecretID of the AppRole Role to use for authenticating to Vault.
85+
If both SecretID and SecretRef are specified, SecretID takes precedence.
8586
type: string
8687
secretRef:
8788
description: |-

config/crd/bases/secrets.hashicorp.com_vaultauths.yaml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,8 +68,9 @@ spec:
6868
to Vault.
6969
type: string
7070
secretID:
71-
description: SecretID of the AppRole Role to use for authenticating
72-
to Vault.
71+
description: |-
72+
SecretID of the AppRole Role to use for authenticating to Vault.
73+
If both SecretID and SecretRef are specified, SecretID takes precedence.
7374
type: string
7475
secretRef:
7576
description: |-

docs/api/api-reference.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -703,7 +703,7 @@ _Appears in:_
703703
| Field | Description | Default | Validation |
704704
| --- | --- | --- | --- |
705705
| `roleId` _string_ | RoleID of the AppRole Role to use for authenticating to Vault. | | |
706-
| `secretID` _string_ | SecretID of the AppRole Role to use for authenticating to Vault. | | |
706+
| `secretID` _string_ | SecretID of the AppRole Role to use for authenticating to Vault.<br />If both SecretID and SecretRef are specified, SecretID takes precedence. | | |
707707
| `secretRef` _string_ | SecretRef is the name of a Kubernetes secret in the consumer's (VDS/VSS/PKI) namespace which<br />provides the AppRole Role's SecretID. The secret must have a key named `id` which holds the<br />AppRole Role's secretID. | | |
708708

709709

@@ -830,7 +830,7 @@ _Appears in:_
830830
| Field | Description | Default | Validation |
831831
| --- | --- | --- | --- |
832832
| `roleId` _string_ | RoleID of the AppRole Role to use for authenticating to Vault. | | |
833-
| `secretID` _string_ | SecretID of the AppRole Role to use for authenticating to Vault. | | |
833+
| `secretID` _string_ | SecretID of the AppRole Role to use for authenticating to Vault.<br />If both SecretID and SecretRef are specified, SecretID takes precedence. | | |
834834
| `secretRef` _string_ | SecretRef is the name of a Kubernetes secret in the consumer's (VDS/VSS/PKI) namespace which<br />provides the AppRole Role's SecretID. The secret must have a key named `id` which holds the<br />AppRole Role's secretID. | | |
835835
| `namespace` _string_ | Namespace to auth to in Vault | | |
836836
| `mount` _string_ | Mount to use when authenticating to auth method. | | |

0 commit comments

Comments
 (0)