Skip to content

Commit

Permalink
Merge pull request #15 from openinfradev/argocd_ignore_autoscaling_nodes
Browse files Browse the repository at this point in the history
argocd ignore autoscaling nodes
  • Loading branch information
ktkfree authored May 23, 2023
2 parents 6161642 + a82304b commit a7ce626
Show file tree
Hide file tree
Showing 8 changed files with 24 additions and 8 deletions.
8 changes: 8 additions & 0 deletions argocd-install/template-values-override.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,14 @@ server:
health_status.status = "Healthy"
health_status.message = "Jaeger Controlplane is Running"
return health_status
cluster.x-k8s.io/MachinePool:
ignoreDifferences: |
jsonPointers:
- /spec/replicas
cluster.x-k8s.io/MachineDeployment:
ignoreDifferences: |
jsonPointers:
- /spec/replicas
resource.customizations.ignoreDifferences.admissionregistration.k8s.io_MutatingWebhookConfiguration: |
jqPathExpressions:
- '.webhooks[]?.clientConfig.caBundle'
Expand Down
12 changes: 10 additions & 2 deletions argocd-install/values-override.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,14 @@ server:
health_status.status = "Healthy"
health_status.message = "Jaeger Controlplane is Running"
return health_status
cluster.x-k8s.io/MachinePool:
ignoreDifferences: |
jsonPointers:
- /spec/replicas
cluster.x-k8s.io/MachineDeployment:
ignoreDifferences: |
jsonPointers:
- /spec/replicas
resource.customizations.ignoreDifferences.admissionregistration.k8s.io_MutatingWebhookConfiguration: |
jqPathExpressions:
- '.webhooks[]?.clientConfig.caBundle'
Expand All @@ -39,7 +47,7 @@ server:
source:
path: decapod-apps
repoURL: https://github.com/openinfradev/decapod-bootstrap.git
targetRevision: release-v2
targetRevision: main
directory:
recurse: true
jsonnet: {}
Expand All @@ -56,7 +64,7 @@ server:
source:
path: decapod-projects
repoURL: https://github.com/openinfradev/decapod-bootstrap.git
targetRevision: release-v2
targetRevision: main
directory:
recurse: true
jsonnet: {}
Expand Down
2 changes: 1 addition & 1 deletion decapod-apps/argo-workflows-crds.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ spec:
source:
path: decapod-reference/decapod-controller/argo-workflows-operator-crds
repoURL: https://github.com/openinfradev/decapod-manifests.git
targetRevision: release-v2
targetRevision: main
syncPolicy:
syncOptions:
- CreateNamespace=false
Expand Down
2 changes: 1 addition & 1 deletion decapod-apps/argo-workflows.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ spec:
source:
path: decapod-reference/decapod-controller/argo-workflows-operator
repoURL: https://github.com/openinfradev/decapod-manifests.git
targetRevision: release-v2
targetRevision: main
syncPolicy:
syncOptions:
- CreateNamespace=false
Expand Down
2 changes: 1 addition & 1 deletion decapod-apps/db-secret-argo.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ spec:
source:
path: decapod-reference/decapod-controller/db-secret-argo
repoURL: https://github.com/openinfradev/decapod-manifests.git
targetRevision: release-v2
targetRevision: main
syncPolicy:
syncOptions:
- CreateNamespace=false
Expand Down
2 changes: 1 addition & 1 deletion decapod-apps/db-secret-decapod-db.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ spec:
source:
path: decapod-reference/decapod-controller/db-secret-decapod-db
repoURL: https://github.com/openinfradev/decapod-manifests.git
targetRevision: release-v2
targetRevision: main
syncPolicy:
syncOptions:
- CreateNamespace=false
Expand Down
2 changes: 1 addition & 1 deletion decapod-apps/postgresql.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ spec:
source:
path: decapod-reference/decapod-controller/postgresql
repoURL: https://github.com/openinfradev/decapod-manifests.git
targetRevision: release-v2
targetRevision: main
syncPolicy:
syncOptions:
- CreateNamespace=false
Expand Down
2 changes: 1 addition & 1 deletion genereate_yamls.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ DOCKER_IMAGE_REPO="docker.io"
QUAY_IMAGE_REPO="quay.io"
GITHUB_IMAGE_REPO="ghcr.io"

GIT_REVISION="HEAD"
GIT_REVISION="main"

function usage {
echo -e "\nUsage: $0 [--site SITE_NAME] [--bootstrap-git BOOTSTRAP_GIT_URL ] [--manifests-git MANIFESTS_GIT_URL] [--git-rev GIT_REVISION] [--registry REGISTRY_URL]"
Expand Down

0 comments on commit a7ce626

Please sign in to comment.