Skip to content

[VC-48429] Helm chart updates for encrypted secrets#783

Open
SgtCoDFish wants to merge 4 commits intomasterfrom
chart-update
Open

[VC-48429] Helm chart updates for encrypted secrets#783
SgtCoDFish wants to merge 4 commits intomasterfrom
chart-update

Conversation

@SgtCoDFish
Copy link
Contributor

Adds a terms and conditions notice from @achuchev

$ helm template foo ./deploy/charts/disco-agent
Error: execution error at (disco-agent/templates/deployment.yaml:2:6):

=================================================================
                Terms & Conditions Notice
=================================================================

Before installing this application, you must review and accept
the terms and conditions available at:
https://www.cyberark.com/contract-terms/

To proceed with installation, you must indicate acceptance by
setting:

  - In your values file: acceptTerms: true
  or
  - Via the Helm flag: --set acceptTerms=true

By continuing with the next command, you confirm that you have
reviewed and accepted these terms and conditions.

=================================================================

Signed-off-by: Ashley Davis <ashley.davis@cyberark.com>
@SgtCoDFish SgtCoDFish force-pushed the chart-update branch 2 times, most recently from d29360e to f4d0c2e Compare March 3, 2026 09:58
This adds a new environment variable to skip running live tests unless explicitly opted in

Signed-off-by: Ashley Davis <ashley.davis@cyberark.com>
We're seeing flakes and bugs in the version detection logic
in the backend, which has caused our tests to break a few times.

Instead, let's send an explicit request for sigv4 to avoid the
version logic

Signed-off-by: Ashley Davis <ashley.davis@cyberark.com>
Enables secret sending by default when ToS is accepted.

Also adds acceptTerms validation, which causes the chart to error out if
the value is not set.

The error looks like this:

```console
$ helm template foo ./deploy/charts/disco-agent
Error: execution error at (disco-agent/templates/deployment.yaml:2:6):

=================================================================
                Terms & Conditions Notice
=================================================================

Before installing this application, you must review and accept
the terms and conditions available at:
https://www.cyberark.com/contract-terms/

To proceed with installation, you must indicate acceptance by
setting:

  - In your values file: acceptTerms: true
  or
  - Via the Helm flag: --set acceptTerms=true

By continuing with the next command, you confirm that you have
reviewed and accepted these terms and conditions.

=================================================================
```

Signed-off-by: Ashley Davis <ashley.davis@cyberark.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant