opctl build
should build config.yaml
and pull the manifests
#385
Labels
kind/bug
Something isn't working
opctl build
should build config.yaml
and pull the manifests
#385
and pull the correct manifests based on
params.yaml
. The use case here is that a user should be able to download aparams.yaml
file from git (encrypted) or a key vault service and be able to deploy/update the clusterThursday, June 25, 2020 - 01_55_35 PM
For
opctl init
, we should warn the user if they already have params.yaml existing.Tuesday, June 30, 2020 - 12_18_11 PM
Validate the params.yaml before running
build
orapply
.application.provider
So when
apply
is run on 0.11.0, it will check params.yaml.It sees
application
. It checks forapplication.fqdn
,application.insecure
, andapplication.provider
(plus others, prior are examples).It sees provider missing, it throws an error with the value. Points user to docs.
Add breaking changes log
The text was updated successfully, but these errors were encountered: