Anthony Freyermuth

Results 9 issues of Anthony Freyermuth

### Configuration ```hcl data "databricks_group" "mygroup" { display_name = "mygroup" } resource "databricks_storage_credential" "my_storage_credential" { name = "my-storage-credential" aws_iam_role { role_arn = "

**What happened?** I'm releasing some stuff using the helm releaseName like this ``` deployments: app: helm: chart: name: my-chart-name-${SOME_RELEASE_NAME} releaseName: ${SOME_RELEASE_NAME} ``` Then I want to purge this release but...

kind/bug

**What happened?** I have two deployments called app1 and app2 and I want to purge only 1 of these two. When I do `devspace purge` it purges my 2 deployments...

kind/bug

**What happened?** When I do a `devspace deploy` I got the follow error : ``` error: You must be logged in to the server (the server has asked for the...

kind/bug
bug

### What would you like to see! Actually in my escalation chain, I use Notify Users to notify 3 users on my Slack. In the thread, it creates 3 messages...

feature request
part:chatops
part:alert flow & configuration

I want to annotate the services that expose metrics to scrape them.

review/watch-list

### Terraform Version * Terraform: 1.5.7 * Terraform Grafana Provider: 2.8.1 * Grafana: 10.3.1 ### Affected Resource(s) Please list the resources as a list, for example: * grafana_oncall_on_call_shift ### Terraform...

bug
oncall

## What issues does your PR fix? Impossible to mount the service account token ## What does your PR do? This PR adds support to allow the service account token...

### Describe the bug I want to deploy my argocd pods on a specific node role using nodeAffinity like this : ``` global: affinity: nodeAffinity: requiredDuringSchedulingIgnoredDuringExecution: nodeSelectorTerms: - matchExpressions: -...

question
argo-cd