Skip to content

Commit 83a55ee

Browse files
authored
Merge pull request #7 from PaloAltoNetworks/task-create-deployment-secret-by-default
chart: change deploymentSecret creation to true
2 parents a81cc39 + 824e609 commit 83a55ee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

charts/cortex-agent/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ dockerPullSecret:
1212

1313
deploymentSecret:
1414
# Set to "false" to inject distributionId externally, e.g. Vault-agent-injector
15-
create: false
15+
create: true
1616

1717
serviceAccount:
1818
# create/don't create service account

0 commit comments

Comments
 (0)