Skip to content

Commit

Permalink
change splunk-service->splunk-sli-provider
Browse files Browse the repository at this point in the history
  • Loading branch information
kuro-jojo committed Aug 10, 2023
1 parent ed1a719 commit 3033373
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions chart/values.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
splunkservice:
image:
repository: ghcr.io/keptn-sandbox/splunk-service # Container Image Name logLevel: info
repository: ghcr.io/keptn-sandbox/splunk-sli-provider # Container Image Name logLevel: info
pullPolicy: Always # Kubernetes Image Pull Policy
tag: "" # Container Tag
# Set to SP_HOST in the chart's Secret
Expand All @@ -22,7 +22,7 @@ splunkservice:
# Secret containing splunk's SP_HOST, SP_PORT and [SP_API_TOKEN, SP_SESSSION_KEY, {SP_USERNAME, SP_PASSWORD} ](token names should be an exact match)
existingSecret: ""
service:
enabled: true # Creates a Kubernetes Service for the splunk-service
enabled: true # Creates a Kubernetes Service for the splunk-sli-provider

distributor:
stageFilter: "" # Sets the stage this helm service belongs to
Expand Down Expand Up @@ -50,7 +50,7 @@ imagePullSecrets: [] # Secrets to use for container registry credentials
serviceAccount:
create: true # Enables the service account creation
annotations: {} # Annotations to add to the service account
name: "keptn-splunk-service" # The name of the service account to use.
name: "keptn-splunk-sli-provider" # The name of the service account to use.

podAnnotations: {} # Annotations to add to the created pods

Expand Down

0 comments on commit 3033373

Please sign in to comment.