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
resources is a list of kubernetes resources which have to be encrypted. The resource names are derived from <code>resource</code> or <code>resource.group</code> of the group/version/resource.
400
400
eg: pandas.awesome.bears.example is a custom resource with 'group': awesome.bears.example, 'resource': pandas.
401
-
Use '<em>.</em>' to encrypt all resources and '<em>.< raw HTML omitted >' to encrypt all resources in a specific group.
402
-
eg: '</em>.awesome.bears.example' will encrypt all resources in the group 'awesome.bears.example'.
403
-
eg: '*.' will encrypt all resources in the core group (such as pods, configmaps, etc).</p>
401
+
Use '*.*' to encrypt all resources and '*.<group>' to encrypt all resources in a specific group.
402
+
eg: '*.awesome.bears.example' will encrypt all resources in the group 'awesome.bears.example'.
403
+
eg: '*.' will encrypt all resources in the core group (such as pods, configmaps, etc).</p>
0 commit comments