File tree 1 file changed +4
-4
lines changed
_docs/installation/gitops
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 122
122
123
123
` ` ` yaml
124
124
global:
125
- external-arg -cd:
125
+ external-argo -cd:
126
126
auth:
127
127
type: token
128
128
tokenSecretKeyRef:
148
148
# #### Example username and password as plain text
149
149
` ` ` yaml
150
150
global:
151
- external-arg -cd:
151
+ external-argo -cd:
152
152
auth:
153
153
type: password
154
154
username: "user-name"
@@ -158,7 +158,7 @@ global:
158
158
# #### Example username as plain text and password as secret reference
159
159
` ` ` yaml
160
160
global:
161
- external-arg -cd:
161
+ external-argo -cd:
162
162
auth:
163
163
type: password
164
164
username: "some-user-name"
@@ -167,4 +167,4 @@ global:
167
167
key: "secret-key"
168
168
` ` `
169
169
# # Related articles
170
- [Install GitOps Runtime with existing Argo CD]({{site.baseurl}}/docs/installation/gitops/runtime-install-with-existing-argo-cd/)
170
+ [Install GitOps Runtime with existing Argo CD]({{site.baseurl}}/docs/installation/gitops/runtime-install-with-existing-argo-cd/)
You can’t perform that action at this time.
0 commit comments