You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
19 lines
339 B
19 lines
339 B
config:
|
|
url: https://argocd_url
|
|
#idcConfig:
|
|
# name: Okta
|
|
# clientID:
|
|
# clientSecret:
|
|
# issuer:
|
|
|
|
applications:
|
|
- name: app_name
|
|
project: project
|
|
destination:
|
|
namespace: namespace
|
|
git:
|
|
url: url
|
|
branch: branch
|
|
path: path #path to the value file
|
|
value_files:
|
|
- values-staging.yaml
|
|
|