-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: always define metadata.name first (#65)
so the output yaml file stays consistent even if the user didn't define any metadata Why am I still getting diffs on gvk.json am I stupid?
- Loading branch information
1 parent
744797d
commit 53fdc64
Showing
85 changed files
with
472 additions
and
292 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,8 @@ | ||
apiVersion: v1 | ||
kind: ConfigMap | ||
metadata: | ||
namespace: fooo | ||
name: my-config-map | ||
namespace: fooo | ||
data: | ||
key1: value1 | ||
key2: value2 |
Oops, something went wrong.