Skip to content

Commit a93dba4

Browse files
committed
address comments
1 parent a94d4c3 commit a93dba4

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

template/deployments/helm/draft.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -232,5 +232,5 @@ variables:
232232
default:
233233
disablePrompt: true
234234
value: "secret-ref"
235-
description: "the name of the configmap reference"
235+
description: "the name of the kubernetes secret reference"
236236
versions: ">=0.0.1"

template/deployments/kustomize/draft.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -213,7 +213,7 @@ variables:
213213
default:
214214
disablePrompt: true
215215
value: "secret-ref"
216-
description: "the name of the configmap reference"
216+
description: "the name of the kubernetes secret reference"
217217
versions: ">=0.0.1"
218218
- name: "ENABLEWORKLOADIDENTITY"
219219
type: "bool"

template/deployments/manifests/draft.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -232,5 +232,5 @@ variables:
232232
default:
233233
disablePrompt: true
234234
value: "secret-ref"
235-
description: "the name of the configmap reference"
235+
description: "the name of the kubernetes secret reference"
236236
versions: ">=0.0.1"

0 commit comments

Comments
 (0)