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 45679a0 commit d8474f8Copy full SHA for d8474f8
codefresh/resource_context.go
@@ -28,13 +28,6 @@ var supportedContextType = []string{
28
contextSecretYaml,
29
}
30
31
-var encryptedContextTypes = []string{
32
- contextSecret,
33
- contextSecretYaml,
34
- contextS3Storage,
35
- contextAzureStorage,
36
-}
37
-
38
func getConflictingContexts(context string) []string {
39
var conflictingTypes []string
40
normalizedContext := schemautil.MustNormalizeFieldName(context)
0 commit comments