Parameters The parent key for all of the following parameters is secrets. namespace type string default default Fallback namespace to deploy namespaced secrets to. opaque type dictionary default {} Create secrets of type Opaque. Example The following example config will result in a Secret mySecret in namespace testing and a Secret anotherSecret in namespace prod. secrets: namespace: prod opaque: testing/mySecret: myKey: myValue anotherSecret: anotherKey: anotherValue Home