Skip to content

Commit

Permalink
Change env variable name
Browse files Browse the repository at this point in the history
  • Loading branch information
akondur committed Dec 5, 2023
1 parent d85df0a commit f927595
Show file tree
Hide file tree
Showing 10 changed files with 86 additions and 86 deletions.
68 changes: 34 additions & 34 deletions pkg/splunk/common/urls_testingcode.go

Large diffs are not rendered by default.

12 changes: 6 additions & 6 deletions pkg/splunk/enterprise/clustermanager_test.go

Large diffs are not rendered by default.

12 changes: 6 additions & 6 deletions pkg/splunk/enterprise/clustermaster_test.go

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion pkg/splunk/enterprise/configuration.go
Original file line number Diff line number Diff line change
Expand Up @@ -868,7 +868,7 @@ func updateSplunkPodTemplateWithConfig(ctx context.Context, client splcommon.Con
{Name: "SPLUNK_HOME_OWNERSHIP_ENFORCEMENT", Value: "false"},
{Name: "SPLUNK_ROLE", Value: role},
{Name: "SPLUNK_DECLARATIVE_ADMIN_PASSWORD", Value: "true"},
{Name: "SPLUNK_DEPLOYED_CONTAINER_SOK", Value: "true"},
{Name: "SPLUNK_RESOURCE_LIMITS_SOURCE", Value: "container_sok"},
{Name: livenessProbeDriverPathEnv, Value: GetLivenessDriverFilePath()},
}

Expand Down
12 changes: 6 additions & 6 deletions pkg/splunk/enterprise/indexercluster_test.go

Large diffs are not rendered by default.

10 changes: 5 additions & 5 deletions pkg/splunk/enterprise/licensemanager_test.go

Large diffs are not rendered by default.

10 changes: 5 additions & 5 deletions pkg/splunk/enterprise/licensemaster_test.go

Large diffs are not rendered by default.

12 changes: 6 additions & 6 deletions pkg/splunk/enterprise/monitoringconsole_test.go

Large diffs are not rendered by default.

22 changes: 11 additions & 11 deletions pkg/splunk/enterprise/searchheadcluster_test.go

Large diffs are not rendered by default.

12 changes: 6 additions & 6 deletions pkg/splunk/enterprise/standalone_test.go

Large diffs are not rendered by default.

0 comments on commit f927595

Please sign in to comment.