-
-
Couldn't load subscription status.
- Fork 6
feat: Add v1alpha2 for SecretClass, rename experimentalGenerateSamAccountName #634
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from all commits
b0f6fdd
b4cdb95
b73a094
c84e382
c3a6322
1d3c3dc
7d625cb
7a120eb
b12fbf2
42d3b8a
2eb9f24
1e33f3d
2e32cd7
b66f3c3
5ec590c
13c9ef7
e4f2888
ffdab80
60bcfda
45c3a17
666d6a4
504cf96
b5ed105
fe17308
c216e2e
e2cbbdc
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,3 +1,4 @@ | ||
| nix/** linguist-generated | ||
| Cargo.nix linguist-generated | ||
| crate-hashes.json linguist-generated | ||
| extra/crds.yaml linguist-generated | ||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -13,6 +13,7 @@ result | |
| image.tar | ||
|
|
||
| tilt_options.json | ||
| local_values.yaml | ||
sbernauer marked this conversation as resolved.
Show resolved
Hide resolved
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. this will be overwritten by templating There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. I can highly recommend adding |
||
|
|
||
| .direnv/ | ||
| .direnvrc | ||
|
|
||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This will be overwritten by templating
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think maybe we don't want to hide this as generated (even though it is). It could be handy during reviews to see the changes to the CRDs as a last-line-of-defense.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ohhh this is what this is for? Big +1, we should always review the actual CRD change :)