File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
deployments/stacks/dpe-k8s-deployments Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ module "argo-cd" {
2929 source = " ../../../modules/argo-cd"
3030}
3131
32- module "external_secrets " {
32+ module "external-secrets " {
3333 source = " ../../../modules/external-secrets"
3434 region = var. region
3535 aws_account_id = var. aws_account_id
Original file line number Diff line number Diff line change 1- resource "kubernetes_namespace" "external_secrets " {
1+ resource "kubernetes_namespace" "external-secrets " {
22 metadata { name = var. namespace }
33}
44
55
66# Argo CD Application that installs ESO from the official Helm repo
7- resource "kubectl_manifest" "external_secrets_app " {
7+ resource "kubectl_manifest" "external-secrets-app " {
88 yaml_body = << YAML
99apiVersion: argoproj.io/v1alpha1
1010kind: Application
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ variable "auto_prune" {
1919variable "namespace" {
2020 description = " The namespace to deploy into"
2121 type = string
22- default = " external_secrets "
22+ default = " external-secrets "
2323}
2424
2525variable "region" {
You can’t perform that action at this time.
0 commit comments