You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: internal/generator/buildvalues.go
+2-1Lines changed: 2 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -89,7 +89,8 @@ type BuildValues struct {
89
89
ConfigSSHHoststring`json:"configSSHHost"`
90
90
ConfigSSHPortstring`json:"configSSHPort"`
91
91
LagoonEnvVariablesmap[string]string`json:"lagoonEnvVariables" description:"map of variables that will be saved into the lagoon-env secret"`
92
-
LagoonPlatformEnvVariablesmap[string]string`json:"agoonPlatformEnvVariables" description:"map of variables that will be saved into the lagoon-platform-env secret"`
92
+
LagoonPlatformEnvVariablesmap[string]string`json:"lagoonPlatformEnvVariables" description:"map of variables that will be saved into the lagoon-platform-env secret"`
93
+
AutoMountServiceAccountTokenbool`json:"autoMountServiceAccountToken" description:"flag to enable automounting the service account token"`
0 commit comments