Skip to content
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

Use custom ObjectMeta type for labels and annotations #15

Merged
merged 1 commit into from
Sep 16, 2020

Conversation

unguiculus
Copy link
Member

Using the general ObjectMeta type did work in tests but
for some reason not on a real cluster. Using a custom type
fixes this. It makes more sense anyways because we only want
labels and annotations and should not allow anything else here.

Signed-off-by: Reinhard Nägele unguiculus@gmail.com

Using the general ObjectMeta type did work in tests but
for some reason not on a real cluster. Using a custom type
fixes this. It makes more sense anyways because we only want
labels and annotations and should not allow anything else here.

Signed-off-by: Reinhard Nägele <unguiculus@gmail.com>
@unguiculus unguiculus merged commit b11cc7e into craftypath:master Sep 16, 2020
@unguiculus unguiculus deleted the feature/metadata branch September 16, 2020 19:14
unguiculus added a commit to unguiculus/sops-operator that referenced this pull request Jun 27, 2021
Using the general ObjectMeta type did work in tests but
for some reason not on a real cluster. Using a custom type
fixes this. It makes more sense anyways because we only want
labels and annotations and should not allow anything else here.

Signed-off-by: Reinhard Nägele <unguiculus@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant