-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathvalues.yaml
20 lines (20 loc) · 1.07 KB
/
values.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
halyard:
gitops:
enabled: true
secretName: opsmx-gitops-auth
repo:
type: git # git, bitbucket-stash or S3, please use another template for github/stash
baseUrlHostName: github.com # Specify the Base FQDN of your repository without the protocol
organization: OpsMx
repository: apple-oss # repo name for GitOps Halyard (Sample Reference: https://github.com/OpsMx/sample-gitops-repo.git).
halConfigBranch: main # Branch under which halyard config is present under above repository
halConfigPath: / #relative path from repository root folder
dynamicAccRepository: apple-oss # Please provide the repo name of the GitOps Dynamic Accounts Directory. Can be same as Hal repo.
dynAccntConfigPath: / #relative path from repository root folder
username: varshinidepuru # Username to authenticate with git/stash repo
token:
# If spinnakerVersion is not specified appVersion in Chart.yml is chosen for Spinnaker
spinnakerVersion: 1.33.3
image:
repository: us-docker.pkg.dev/spinnaker-community/docker/halyard
tag: 1.45.0