diff --git a/README.md b/README.md index 84f67c76d..5740ee479 100644 --- a/README.md +++ b/README.md @@ -2195,6 +2195,7 @@ After platform upgrade, Consul fails with the error `refusing to rejoin cluster | Key | Type | Default | Description | |-----|------|---------|-------------| +| alice | string | `"bob"` | | | argo-hub-platform | object | See below | argo-hub-platform | | argo-platform | object | See below | argo-platform | | argo-platform.abac | object | See below | abac | diff --git a/charts/codefresh/values.yaml b/charts/codefresh/values.yaml index 5370d230f..2f3ebd3e9 100644 --- a/charts/codefresh/values.yaml +++ b/charts/codefresh/values.yaml @@ -1965,3 +1965,4 @@ salesforce-reporter: enabled: false foo: test +alice: bob