Skip to content

1.1.0

Compare
Choose a tag to compare
@oshalygin oshalygin released this 31 Jul 05:24
· 3 commits to master since this release

This release supports deployment files with environment variables that are set through value, not just through Kubernetes secrets

Previously, this was supported:

- name: GCLOUD_PROJECT
  valueFrom:
    secretKeyRef:
      name: env-variables-secret
      key: gcloud_project

However, in 1.0.0, this would fail to parse:

- name: GCLOUD_DIAGNOSTICS_CONFIG
  value: ./utilities/trace.js

With this release, both formats are now supported.