aboutsummaryrefslogtreecommitdiffstats
path: root/templates/configmap.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'templates/configmap.yaml')
-rw-r--r--templates/configmap.yaml4
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/configmap.yaml b/templates/configmap.yaml
index 627f8b9..bd5f9b9 100644
--- a/templates/configmap.yaml
+++ b/templates/configmap.yaml
@@ -42,10 +42,10 @@ data:
apiVersion: v1
kind: Secret
metadata:
- name: aai-auth-secret
+ name: aai-auth-truststore-secret
namespace: {{ include "common.namespace" . }}
type: Opaque
data:
-{{ tpl (.Files.Glob "resources/config/aai/aai_keystore").AsSecrets . | indent 2 }}
+{{ tpl (.Files.Glob "resources/config/aai/*").AsSecrets . | indent 2 }}