Configure CA w/ ingress
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2022-08-23 12:37:38 +02:00
parent 0534b031fa
commit 1cd7e1510f
2 changed files with 15 additions and 3 deletions

View File

@ -12,7 +12,8 @@ DFLT='\033[0m' # Reset colour
LCLR='\033[K' # Clear to end of line
PRST='\033[0;0H' # Reset cursor position
COMPONENTS=('ingress' 'storage' 'registry' 'git' 'gitops')
# COMPONENTS=('ca' 'ingress' 'storage' 'registry' 'git' 'gitops')
COMPONENTS=('ca' 'storage' 'registry' 'git' 'gitops')
FQDN='{{ vapp['metacluster.fqdn'] }}'
IPADDRESS='{{ vapp['guestinfo.ipaddress'] }}'