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

Remove static manifests and replace with helm charts #430

Merged
merged 17 commits into from
Jan 10, 2022

Conversation

meik99
Copy link
Contributor

@meik99 meik99 commented Jan 4, 2022

Effectively merges the helm-charts repository with the DTO repository.
Changes makefile to generate manifests from the charts.

The helm charts themselves have not been changed, only merged from their repository

Makefile Outdated

# Generate kubernetes.yaml
helm template dynatrace-operator config/helm/chart/default --namespace dynatrace --set platform="kubernetes" --set autoCreateSecret=false --set operator.image="quay.io/dynatrace/dynatrace-operator:snapshot" > config/deploy/kubernetes/kubernetes.yaml
sed -i '/app.kubernetes.io/d' config/deploy/kubernetes/kubernetes.yaml
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

does not work on mac
replaced it with:

sed -i '.original' -e ...

seems to have fixed it

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@0sewa0
Copy link
Contributor

0sewa0 commented Jan 5, 2022

When I checked out the branch I had 2 weird files that I see no use of:

  • config/common/operator/deployment-operator.yaml empty file
  • config/deploy/kustomization.yaml seems like some leftover file, is present in .gitignore, doesn't seem to serve any purpose

Is this because git derped a bit, or I found something 😅

@0sewa0
Copy link
Contributor

0sewa0 commented Jan 7, 2022

make bundle command is also broken

@0sewa0
Copy link
Contributor

0sewa0 commented Jan 7, 2022

@meik99 I fixed some of the issues in my draft PR #436
(they work, dunno if they are the best solutions 😅 )

@meik99 meik99 requested a review from 0sewa0 January 10, 2022 09:13
0sewa0
0sewa0 previously approved these changes Jan 10, 2022
@meik99 meik99 merged commit dc90dc5 into master Jan 10, 2022
@meik99 meik99 deleted the ci/merge-helm-charts branch January 10, 2022 10:19
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.

None yet

2 participants