File tree Expand file tree Collapse file tree 2 files changed +7
-1
lines changed
docs/modules/ROOT/pages/references Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ local inv = kap.inventory();
33local params = inv.parameters.openshift4_local_storage;
44local argocd = import 'lib/argocd.libjsonnet' ;
55
6- local app = argocd.App('openshift4-local-storage' , params.namespace);
6+ local app = argocd.App('openshift4-local-storage' , params.namespace, secrets= false );
77
88{
99 'openshift4-local-storage' : app,
Original file line number Diff line number Diff line change 22
33The parent key for all of the following parameters is `openshift4_local_storage` .
44
5+ [NOTE]
6+ ====
7+ Kapitan secret references are not supported in this component.
8+ If you need to change this behavior, please create a PR to adjust the ArgoCD app in `component/app.jsonnet` accordingly.
9+ ====
10+
511== `namespace`
612
713[horizontal]
You can’t perform that action at this time.
0 commit comments