Skip to content

Commit

Permalink
fix: Enable external-secrets support via GitOps and ArgoCD (#1049)
Browse files Browse the repository at this point in the history
  • Loading branch information
kahirokunn authored Oct 13, 2022
1 parent dcf045f commit d115cba
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions modules/kubernetes-addons/locals.tf
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ locals {
kubernetesDashboard = var.enable_kubernetes_dashboard ? module.kubernetes_dashboard[0].argocd_gitops_config : null
awsCloudWatchMetrics = var.enable_aws_cloudwatch_metrics ? module.aws_cloudwatch_metrics[0].argocd_gitops_config : null
externalDns = var.enable_external_dns ? module.external_dns[0].argocd_gitops_config : null
externalSecrets = var.enable_external_secrets ? module.external_secrets[0].argocd_gitops_config : null
velero = var.enable_velero ? module.velero[0].argocd_gitops_config : null
promtail = var.enable_promtail ? module.promtail[0].argocd_gitops_config : null
calico = var.enable_calico ? module.calico[0].argocd_gitops_config : null
Expand Down

0 comments on commit d115cba

Please sign in to comment.