Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
33 changes: 33 additions & 0 deletions argocd/prod/shared/cert-manager/apps.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
apiVersion: argoproj.io/v1alpha1
kind: ApplicationSet
metadata:
name: cert-manager
namespace: argocd
spec:
goTemplate: true
goTemplateOptions: ["missingkey=error"]
generators:
- list:
elements:
# Names of clusters to deploy the app to
- name: prod-v4
# Uncomment if you want to deploy to prod-fallback
#- name: prod-fallback
template:
metadata:
name: cert-manager
spec:
project: infrastructure-project
source:
path: components/infra/cert-manager
repoURL: 'https://github.com/isisbusapps/gitops'
targetRevision: main
destination:
namespace: cert-manager
name: '{{.name}}'
syncPolicy:
automated:
selfHeal: true
syncOptions:
- CreateNamespace=true
- ServerSideApply=true
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
apiVersion: argoproj.io/v1alpha1
kind: ApplicationSet
metadata:
name: rabbitmq-cluster-operator
namespace: argocd
spec:
goTemplate: true
goTemplateOptions: ["missingkey=error"]
generators:
- list:
elements:
# Names of clusters to deploy the app to
- name: prod-v4
# Uncomment if you want to deploy to prod-fallback
#- name: prod-fallback
template:
metadata:
name: rabbitmq-cluster-operator
spec:
project: infrastructure-project
source:
path: components/infra/rabbitmq-operators/operators/cluster-operator
repoURL: 'https://github.com/isisbusapps/gitops'
targetRevision: main
destination:
namespace: rabbitmq-system
name: '{{.name}}'
syncPolicy:
automated:
selfHeal: true
syncOptions:
- ServerSideApply=true
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
apiVersion: argoproj.io/v1alpha1
kind: ApplicationSet
metadata:
name: rabbitmq-topology-operator
namespace: argocd
spec:
goTemplate: true
goTemplateOptions: ["missingkey=error"]
generators:
- list:
elements:
# Names of clusters to deploy the app to
- name: prod-v4
# Uncomment if you want to deploy to prod-fallback
#- name: prod-fallback
template:
metadata:
name: rabbitmq-topology-operator
spec:
project: infrastructure-project
source:
path: components/infra/rabbitmq-operators/operators/topology-operator
repoURL: 'https://github.com/isisbusapps/gitops'
targetRevision: main
destination:
namespace: rabbitmq-system
name: '{{.name}}'
syncPolicy:
automated:
selfHeal: true
syncOptions:
- ServerSideApply=true