Skip to content

Commit

Permalink
SRE-5212 - secretKeyRefs are not working in Spinnaker (#34)
Browse files Browse the repository at this point in the history
  • Loading branch information
shraykay authored Apr 9, 2018
1 parent 4ee76d1 commit f425bab
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pipeline/builder/types/types.go
Original file line number Diff line number Diff line change
Expand Up @@ -159,8 +159,8 @@ type Container struct {
// variables
type EnvFromSource struct {
Prefix string `json:"prefix"`
ConfigMapSource *EnvFromConfigMapSource `json:"configMapRef"`
SecretSource *EnvFromSecretSource `json:"secretRef"`
ConfigMapSource *EnvFromConfigMapSource `json:"configMapRef,omitempty"`
SecretSource *EnvFromSecretSource `json:"secretRef,omitempty"`
}

// EnvFromConfigMapSource is used to pull in a configmap for key/value envVars
Expand Down

0 comments on commit f425bab

Please sign in to comment.