Skip to content

Commit

Permalink
chore(argo-workflow): add prod
Browse files Browse the repository at this point in the history
  • Loading branch information
incubator4 committed Jun 27, 2024
1 parent 47c3b43 commit f9808e3
Show file tree
Hide file tree
Showing 6 changed files with 27 additions and 21 deletions.
8 changes: 4 additions & 4 deletions application_set.tf
Original file line number Diff line number Diff line change
Expand Up @@ -927,11 +927,11 @@ resource "argocd_application_set" "argo-workflow" {
{
cluster = argocd_cluster.dev.name
url = argocd_cluster.dev.server
},
{
cluster = argocd_cluster.prod.name
url = argocd_cluster.prod.server
}
# {
# cluster = argocd_cluster.prod.name
# url = argocd_cluster.prod.server
# }
]
}
}
Expand Down
4 changes: 4 additions & 0 deletions argo-workflow/base/kustomization.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
resources:
- ../base
9 changes: 5 additions & 4 deletions argo-workflow/dev/kustomization.yaml
Original file line number Diff line number Diff line change
@@ -1,13 +1,14 @@
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
resources:
- secret.yaml
resources: []

helmCharts:
- name: argo-workflows
releaseName: argo-workflows
repo: https://argoproj.github.io/argo-helm
valuesFile: values.yaml
includeCRDs: true
version: x.x.x
namespace: guardian
namespace: guardian
valuesInline:
server:
enabled: false
11 changes: 0 additions & 11 deletions argo-workflow/dev/secret.yaml

This file was deleted.

2 changes: 0 additions & 2 deletions argo-workflow/dev/values.yaml

This file was deleted.

14 changes: 14 additions & 0 deletions argo-workflow/prod/kustomization.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
resources: []

helmCharts:
- name: argo-workflows
releaseName: argo-workflows
repo: https://argoproj.github.io/argo-helm
includeCRDs: true
version: x.x.x
namespace: guardian
valuesInline:
server:
enabled: false

0 comments on commit f9808e3

Please sign in to comment.