-
Notifications
You must be signed in to change notification settings - Fork 217
Closed
Labels
area/gitGit related issues and pull requestsGit related issues and pull requestsarea/helmHelm related issues and pull requestsHelm related issues and pull requestsbugSomething isn't workingSomething isn't working
Description
Regression bug introduced in #178 and reported on Slack.
During the refactor review the detail of the ValuesFile
was missed, and part of the functionality got lost:
// Alternative values file to use as the default chart values, expected to be a
// relative path in the SourceRef. Ignored when omitted.
// +optional
ValuesFile string `json:"valuesFile,omitempty"`
Resulting in the following for valuesFile: ./infrastructure/vault/values-vault-operator.yaml
:
NAMESPACE NAME READY MESSAGE REVISION SUSPENDED
infra-system infra-system-vault-operator False failed to locate override values file: values-vault-operator.yaml False
Metadata
Metadata
Assignees
Labels
area/gitGit related issues and pull requestsGit related issues and pull requestsarea/helmHelm related issues and pull requestsHelm related issues and pull requestsbugSomething isn't workingSomething isn't working