Skip to content
Open
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/dev/ua/cert-manager/app.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: dev-v3
# Uncomment if you want to deploy to dev-microk8s-alternative
#- name: dev-microk8s-alternative
template:
metadata:
name: cert-manager
spec:
project: u-a-project
source:
path: components/infra/RabbitMQ-Operators/cert-manager
repoURL: 'https://github.com/isisbusapps/gitops'
targetRevision: main
destination:
namespace: cert-manager
name: cert-manager
syncPolicy:
automated:
selfHeal: true
syncOptions:
- CreateNamespace=true
- ServerSideApply=true
33 changes: 33 additions & 0 deletions argocd/dev/ua/rabbitmq-operators/apps.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
apiVersion: argoproj.io/v1alpha1
kind: ApplicationSet
metadata:
name: rabbitmq-operator
namespace: argocd
spec:
goTemplate: true
goTemplateOptions: ["missingkey=error"]
generators:
- list:
elements:
# Names of clusters to deploy the app to
- name: dev-v3
# Uncomment if you want to deploy to dev-microk8s-alternative
#- name: dev-microk8s-alternative
template:
metadata:
name: rabbitmq-operator
spec:
project: u-a-project
source:
path: components/infra/rabbitmq-operators/operators
repoURL: 'https://github.com/isisbusapps/gitops'
targetRevision: main
destination:
namespace: rabbitmq-operators
name: rabbitmq-operator
syncPolicy:
automated:
selfHeal: true
syncOptions:
- CreateNamespace=true
- ServerSideApply=true
Loading