-
Notifications
You must be signed in to change notification settings - Fork 84
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
Karpenter Helm Chart #256
Karpenter Helm Chart #256
Conversation
charts/karpenter/Chart.yaml
Outdated
@@ -0,0 +1,8 @@ | |||
apiVersion: v2 | |||
name: my-karpenter-chart |
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.
name should be ot-karpenter
charts/karpenter/Chart.yaml
Outdated
- name: karpenter | ||
version: 1.1.1 | ||
repository: oci://public.ecr.aws/karpenter | ||
|
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.
Remove extra line space
charts/karpenter/values.yaml
Outdated
clusterName: test-demo-cluster | ||
awsPartition: aws | ||
awsAccountId: 3849 | ||
karpenterVersion: 1.1.1 |
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.
Remove this value karpenterVersion
. Also make empty quotes for clusterName
and awsPartition
Karpenter Helm Chart