hashicorp / waypoint-helm

Helm chart to install Waypoint and other associated components.
Mozilla Public License 2.0
29 stars 14 forks source link

Helm does not fill the waypoint-server-token secret on custom namespace #12

Closed acherifi closed 3 years ago

acherifi commented 3 years ago

Describe the bug Launching a deploy through Helm on a custom namespace other than default works except for the provisionning of the bootstrap server token. No errors can be found as to why this is happening

Note that I'm changing the UI service type from LoadBalancer to ClusterIP

Steps to Reproduce

Expected behavior The server token should be filled

Waypoint Platform Versions Additional version and platform information to help triage the issue if applicable:

Additional context Secret

apiVersion: v1
data:
  token: ""
kind: Secret
metadata:
  annotations:
    meta.helm.sh/release-name: waypoint
    meta.helm.sh/release-namespace: waypoint
  creationTimestamp: "2021-10-29T08:13:27Z"
  labels:
    app.kubernetes.io/instance: waypoint
    app.kubernetes.io/managed-by: Helm
    app.kubernetes.io/name: waypoint
  name: waypoint-server-token
  namespace: waypoint
  resourceVersion: "12662749"
  uid: c75be76e-aeea-4e58-8322-07c45f1d529d
type: Opaque
acherifi commented 3 years ago

Found out that the helm uninstall does not remove the PVC and then the token is empty if reinstalled. Can close this