Small stuff mostly I think...
This commit is contained in:
parent
d7ea6a2f58
commit
777a6bb697
3 changed files with 8 additions and 2 deletions
|
|
@ -26,6 +26,10 @@ container:
|
|||
# The timestamp of the backup that the entrypoint script should wait for a restore to complete
|
||||
restoreFromBackup: ""
|
||||
|
||||
# The ID of the first/initial user
|
||||
# This is because AT LEAST one user must be setup to setup everything else
|
||||
initialUserID: <user ID>
|
||||
|
||||
ingress:
|
||||
# We want an ingress resource if we are deploying to a cluster that has a ingress controller/load balancer
|
||||
# This includes most public cloud providers like EKS, GKE, and AKS
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue