Correct Variables

This commit is contained in:
Baptiste Bonnot 2024-10-25 17:52:49 +02:00
parent 5932b0447c
commit 9ad75a99c8
4 changed files with 10 additions and 10 deletions

View file

@ -5,7 +5,7 @@ kind: HelmRelease
metadata:
name: &app echo-server
spec:
serviceAccountName: ${REPOS_NAME}-sa
serviceAccountName: ${REPO_NAME}-sa
interval: 30m
chart:
spec:
@ -14,7 +14,7 @@ spec:
sourceRef:
kind: HelmRepository
name: bjw-s
namespace: ${REPOS_NAME}-ns
namespace: ${REPO_NAME}-ns
install:
remediation:
retries: 3