Richard Chen Zheng

Results 6 issues of Richard Chen Zheng

**Describe the bug** The issue is with the chart, when the chart is defined as a chart dependency, it fails to deploy as it's enforcing `Release.Name` to be traffic-manager https://github.com/telepresenceio/telepresence/blob/release/v2/charts/telepresence/templates/_helpers.tpl#L20-L29...

I have a pod created as follows which does not get restarted when the secret `k8s-ext-secret` changes. ``` --- apiVersion: v1 kind: Pod metadata: name: busybox annotations: secret.reloader.stakater.com/reload: "k8s-ext-secret" spec:...

kind/enhancement
workflow/todo

This will make the helm image pull much faster due to the significant decrease in size by using the official gcloud-sdk `gcr.io/google.com/cloudsdktool/cloud-sdk:slim` instead of `gcr.io/cloud-builders/gcloud` A decrease of `2.44GB` making...

``` helm install --name nats-steaming --namespace nats-io -f values.yaml . ``` Error: ``` Error: release nats-steaming-operator failed: Deployment.apps "nats-steaming-operator-nats-streaming-operator" is invalid: spec.strategy: Unsupported value: apps.DeploymentStrategy{Type:"OnDelete", RollingUpdate:(*apps.RollingUpdateDeployment)(nil)}: supported values: "Recreate", "RollingUpdate"...

## Versions Server Version: version.Info{Major:"1", Minor:"18+", GitVersion:"v1.18.17-gke.1901", GitCommit:"b5bc948aea9982cd8b1e89df8d50e30ffabdd368", GitTreeState:"clean", BuildDate:"2021-05-27T19:56:12Z", GoVersion:"go1.13.15b4", Compiler:"gc", Platform:"linux/amd64"} Operator: v0.1.0 ## Problem Pod does not restart even though the secret was updated ## Expected result...