Hunter Nield

Results 26 comments of Hunter Nield

Probably will change once we use TPR anyway

I wouldn't mind bumping this up. I'm testing out building Helm Charts the seperate secrets are much easier to configure with values.

Helm uses a similar approach for their values/templates - https://github.com/kubernetes/helm/blob/master/docs/charts.md#templates-and-values

A few alternatives to consider too... KVs in the yaml: ``` yaml - name: Deploy App type: deploy params: deploy_file: manifest.yml vars: value1: something value2: somethingelse ``` or otherwise ConfigMaps...

Opened PR #53 for discussions...

These will be keys of the pipeline vars and ENV vars? "KONTINUOUS_REQUIRE_SOURCE_CODE" what does this do?

Why is it needed globally?

Does this also include the Kontinuous variables?

Thanks @rimusz! Something we're planning to add once we've refined our Github workflow.