-
Notifications
You must be signed in to change notification settings - Fork 116
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
CSPL-633 Support extraENV in CR spec
Allow users to specify additional env variables to be passed down to the Splunk instance pods via the CRD with the following config: kind: Standalone metadata: name: sa spec: extraEnv: - name: SOME_ENV_VAR value: "value1" - name: MORE_ENV_VARS value: "value2" These environment variables will be passed and set in the evn of each Splunk instances created by applying this CRD. Added additional unit tests to validate that the `extraEnv` parameters are passed to the `env` of the created Splunk instance containers.
- Loading branch information
Showing
18 changed files
with
1,102 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.