add aplications to kustomization
This commit is contained in:
parent
67fdfb0822
commit
fcb41591d6
|
|
@ -4,6 +4,7 @@ kind: Kustomization
|
|||
namespace: argocd
|
||||
|
||||
resources:
|
||||
- applications.yaml
|
||||
- haproxy-ingress.yaml
|
||||
- argocd.yaml
|
||||
- cert-manager.yaml
|
||||
|
|
|
|||
|
|
@ -58,7 +58,8 @@ resource "kubernetes_secret" "bitbucket_ssh_argocd_key" {
|
|||
}
|
||||
|
||||
data "kustomization_build" "argocd" {
|
||||
path = "../k8s/argocd/overlays/staging"
|
||||
depends_on = [kubernetes_namespace.argocd]
|
||||
path = "../k8s/argocd/overlays/staging"
|
||||
}
|
||||
|
||||
resource "kustomization_resource" "argocd" {
|
||||
|
|
|
|||
Loading…
Reference in New Issue