Correct Variables
This commit is contained in:
parent
5932b0447c
commit
9ad75a99c8
4 changed files with 10 additions and 10 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue