Skip to content

Conversation

@prathibhapadma
Copy link

No description provided.

Comment on lines 40 to 42
AWS - EKS:

helm upgrade --install nginx-ingress nginx-ingress-controller --set ingressClassResource.default=true --set containerSecurityContext.allowPrivilegeEscalation=false --repo https://charts.bitnami.com/bitnami --namespace nginx-ingress --create-namespace

Choose a reason for hiding this comment

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

I expected only AKS in this document and not AWS EKS

Copy link
Author

Choose a reason for hiding this comment

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

Modified document only for AKS

Comment on lines 5 to 9
#adding azure addon annotation for http application routing
annotations:
{{- if contains $.Values.application.cloud "AWS" }}
{{ toYaml .Values.ingress.aws.annotations | indent 2 }}
{{- end }}

Choose a reason for hiding this comment

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

Same here. The comment irritates me.

Copy link
Author

Choose a reason for hiding this comment

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

Done

@@ -1,5 +1,6 @@
# Application configuration
application:
cloud: ""

Choose a reason for hiding this comment

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

I would define the possible values for cloud in a comment

Copy link
Author

Choose a reason for hiding this comment

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

done

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.

2 participants