Last active
February 26, 2021 20:00
-
-
Save cari-lynn/d4929dd0e21284a7e03f6e5613186254 to your computer and use it in GitHub Desktop.
SealedSecret OwnershipLabelRules Example
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
apiVersion: kapp.k14s.io/v1alpha1 | |
kind: Config | |
ownershipLabelRules: | |
- path: [spec, template, metadata, labels] | |
resourceMatchers: | |
- apiVersionKindMatcher: {apiVersion: bitnami.com/v1alpha1, kind: SealedSecret} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
apiVersion: v1 | |
data: | |
foo: YmFy | |
kind: Secret | |
metadata: | |
creationTimestamp: null | |
name: mysecret |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment