armory / spinnaker-operator

Open Source Spinnaker Kubernetes Operator source code
Apache License 2.0
186 stars 71 forks source link

Cannot update Spinnaker because secrets cannot be created #260

Closed caongocthai closed 1 year ago

caongocthai commented 2 years ago

I cannot apply new SpinnakerService because the secrets that some pods mount never get created.

For example, spin-deck would mount a spin-deck-files-xxxxx secret like so:

    - name: spin-deck-files-1279982629
      secret:
        secretName: spin-deck-files-1279982629
        defaultMode: 420

But the secret never get created and spin-deck stuck on Pending:

MountVolume.SetUp failed for volume "spin-deck-files-1279982629" : secret "spin-deck-files-1279982629" not found
caongocthai commented 1 year ago

Update spinnaker-operator version resolves the issue