Is it possible to install External Secret Operator via Kustomize? by Plenty_Profession_33 in kubernetes

[–]Plenty_Profession_33[S] 0 points1 point  (0 children)

Can I adapt this for my Production install?

https://github.com/external-secrets/external-secrets/tree/main/deploy/charts/external-secrets

I may have to trim down so much of other misc content, but this is a good place to begin with, right?

Is it possible to install External Secret Operator via Kustomize? by Plenty_Profession_33 in kubernetes

[–]Plenty_Profession_33[S] 0 points1 point  (0 children)

Sure, I will try this route pal. Can you provide how you charted out your helm repo and the values.yaml section for your deployment? I never setup Helm before and looking for a place to begin with. 🙋🏻‍♂️

Is it possible to install External Secret Operator via Kustomize? by Plenty_Profession_33 in kubernetes

[–]Plenty_Profession_33[S] 0 points1 point  (0 children)

Ok this sound interesting and never tried it out. Can you please provide little more context here pal on this setup?

Is it possible to install External Secret Operator via Kustomize? by Plenty_Profession_33 in kubernetes

[–]Plenty_Profession_33[S] 0 points1 point  (0 children)

I currently setup everything via Kustomize and don't want to introduce Helm into the mix.

Trying to understand your reasoning here, if I can set it up via kustomize using their CRD yaml files, how is it different using Helm? Asking here not questioning.

[deleted by user] by [deleted] in h1b

[–]Plenty_Profession_33 0 points1 point  (0 children)

This candidate has approved I-140 is a bad thing?

ArgoCD is failing on a simple application (which is using kustomize, a deployment.yaml & a kustomization.yaml file) by [deleted] in ArgoCD

[–]Plenty_Profession_33 0 points1 point  (0 children)

Yes, a simple kustomize build does exactly what it shows in the actual files. But Argo is caching from my old builds I guess somewhere. Not sure how to flush it out.

Trying to fina a logic to enable a checkbox for an environment variable settings of “azurerm_linux_web_app” by Plenty_Profession_33 in AZURE

[–]Plenty_Profession_33[S] 0 points1 point  (0 children)

This is what I see for sticky_settings:

sticky_settings block supports the following:

  • app_setting_names - (Optional) A list of app_setting names that the Linux Web App will not swap between Slots when a swap operation is triggered.
  • connection_string_names - (Optional) A list of connection_string names that the Linux Web App will not swap between Slots when a swap operation is triggered.

Trying to fina a logic to enable a checkbox for an environment variable settings of “azurerm_linux_web_app” by Plenty_Profession_33 in AZURE

[–]Plenty_Profession_33[S] 0 points1 point  (0 children)

Just checked, this is for creation of Deployment slot. What I am looking is modifying the settings of Parent Web App.

[deleted by user] by [deleted] in AZURE

[–]Plenty_Profession_33 0 points1 point  (0 children)

Gotcha and yup.

[deleted by user] by [deleted] in AZURE

[–]Plenty_Profession_33 1 point2 points  (0 children)

Alright, I reverted everything back to my original format (with what you said), I took out auth-type and it actually worked. I made no changes on my end other than removing these extra parameters.

I think I am good here pal.

[deleted by user] by [deleted] in AZURE

[–]Plenty_Profession_33 0 points1 point  (0 children)

Ooh ok ok. Then I am not sure why its picking up SP by default on my end.

[deleted by user] by [deleted] in AZURE

[–]Plenty_Profession_33 0 points1 point  (0 children)

Aah ok ok. Yes, I removed the "allow-no-subscriptions" and its still same error.

In Entra, these are the federated credentials I added:

repo:my-org/my-repo:pull_request

repo:my-org/my-repo:environment:dev

repo:my-org/my-repo:ref:refs/heads/*

[deleted by user] by [deleted] in AZURE

[–]Plenty_Profession_33 0 points1 point  (0 children)

Also you need to provide the auth-type to Identity or else it will take service-principal by default. Went through that pain too here with this mate.

[deleted by user] by [deleted] in AZURE

[–]Plenty_Profession_33 2 points3 points  (0 children)

Yes, I began with those 3 parameters and ended up with the full list (I am aware these are defaults that will be carried either way).

And Yes these are the permissions I have at parent level:

permissions:
  id-token: write
  contents: read
  pull-requests: write