diff --git a/capacity-experiments/kustomization.yaml b/capacity-experiments/kustomization.yaml index 3af1772..25c266f 100644 --- a/capacity-experiments/kustomization.yaml +++ b/capacity-experiments/kustomization.yaml @@ -5,6 +5,8 @@ configMapGenerator: - files: - capacity-experiments.yaml.tmpl name: alert-templates-capacity-experiments + options: + disableNameSuffixHash: true patches: - path: volume.yaml diff --git a/cis-aws/kustomization.yaml b/cis-aws/kustomization.yaml index 8b8c6d7..9f7d467 100644 --- a/cis-aws/kustomization.yaml +++ b/cis-aws/kustomization.yaml @@ -5,6 +5,8 @@ configMapGenerator: - files: - cis-aws.yaml.tmpl=cis-aws.yaml.tmpl name: alert-templates-cis-aws + options: + disableNameSuffixHash: true patches: - path: volume.yaml diff --git a/cumulus/kustomization.yaml b/cumulus/kustomization.yaml index 0258c2f..b8af140 100644 --- a/cumulus/kustomization.yaml +++ b/cumulus/kustomization.yaml @@ -5,6 +5,8 @@ configMapGenerator: - files: - cumulus.yaml.tmpl=cumulus.yaml.tmpl name: alert-templates-cumulus + options: + disableNameSuffixHash: true patches: - path: volume.yaml diff --git a/kube-applier/kustomization.yaml b/kube-applier/kustomization.yaml index 080d399..52150b1 100644 --- a/kube-applier/kustomization.yaml +++ b/kube-applier/kustomization.yaml @@ -5,6 +5,8 @@ configMapGenerator: - files: - kube-applier.yaml.tmpl=kube-applier.yaml.tmpl name: alert-templates-kube-applier + options: + disableNameSuffixHash: true patches: - path: volume.yaml diff --git a/merit/kustomization.yaml b/merit/kustomization.yaml index 411f4c0..20a4f72 100644 --- a/merit/kustomization.yaml +++ b/merit/kustomization.yaml @@ -5,6 +5,8 @@ configMapGenerator: - files: - merit.yaml.tmpl=merit.yaml.tmpl name: alert-templates-merit + options: + disableNameSuffixHash: true patches: - path: volume.yaml diff --git a/netapp/kustomization.yaml b/netapp/kustomization.yaml index 580b78f..019ece7 100644 --- a/netapp/kustomization.yaml +++ b/netapp/kustomization.yaml @@ -5,6 +5,8 @@ configMapGenerator: - files: - netapp.yaml.tmpl=netapp.yaml.tmpl name: alert-templates-netapp + options: + disableNameSuffixHash: true patches: - path: volume.yaml diff --git a/prometheus-ksm/kustomization.yaml b/prometheus-ksm/kustomization.yaml index 2a18d72..0a60710 100644 --- a/prometheus-ksm/kustomization.yaml +++ b/prometheus-ksm/kustomization.yaml @@ -5,6 +5,8 @@ configMapGenerator: - files: - prometheus-ksm.yaml.tmpl=prometheus-ksm.yaml.tmpl name: alert-templates-prometheus-ksm + options: + disableNameSuffixHash: true patches: - path: volume.yaml diff --git a/wiresteward/kustomization.yaml b/wiresteward/kustomization.yaml index 5e2b257..8909df6 100644 --- a/wiresteward/kustomization.yaml +++ b/wiresteward/kustomization.yaml @@ -5,6 +5,8 @@ configMapGenerator: - files: - wiresteward.yaml.tmpl name: alert-templates-wiresteward + options: + disableNameSuffixHash: true patches: - path: volume.yaml