Skip to content

Fix the admission controller README to reflect the updated chart and its credential handling #74

@zhill

Description

@zhill

The updated chart will create a credentials secret by default with empty content unless existingCredentialsSecret is used, but the README references the older key, so its easy to create an external secret but not have it actually mounted to the controller and thus all the policy reference lookups fail.

One way to confirm this condition is to:

kubectl exec -t <controller pod> /bin/cat /credentials/credentials.json

If that returns {} then you're probably using the old method and it isn't in the pod properly.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions