We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2839080 commit 345070dCopy full SHA for 345070d
lib/k8s/environment/runner.go
@@ -246,9 +246,9 @@ func kubeSecret(chart cdk8s.Chart, props *Props) {
246
Labels: props.Labels,
247
},
248
Type: ptr.Ptr("Opaque"), // Typical for storing arbitrary user-defined data
249
- StringData: &map[string]*string{
250
- ".testsecrets": ptr.Ptr(createTestSecretsDotenvFromEnvVars()),
251
- },
+ // StringData: &map[string]*string{
+ // ".testsecrets": ptr.Ptr(createTestSecretsDotenvFromEnvVars()),
+ // },
252
253
)
254
}
0 commit comments