diff --git a/values.yaml b/values.yaml index 6e89f6d..6e5b856 100644 --- a/values.yaml +++ b/values.yaml @@ -35,7 +35,7 @@ ## @param existingSecret Secret that contains the token ## @param existingSecretKey Secret key ## @param giteaRootURL URL the act_runner registers and connect with -enabled: false +enabled: true statefulset: replicas: 1 timezone: Etc/UTC @@ -46,7 +46,7 @@ statefulset: tolerations: [] affinity: {} extraVolumes: [] - securityContext: {} + #securityContext: {} actRunner: registry: "docker.gitea.com" @@ -56,8 +56,7 @@ statefulset: pullPolicy: IfNotPresent fullOverride: "" extraVolumeMounts: [] - extraEnvs: - [] + extraEnvs: [] # - name: "GITEA_RUNNER_NAME" # valueFrom: # fieldRef: @@ -84,8 +83,7 @@ statefulset: # If the container keeps crashing in your environment, you might have to add the `DOCKER_IPTABLES_LEGACY` environment variable. # See https://github.com/docker-library/docker/issues/463#issuecomment-1881909456 - extraEnvs: - [] + extraEnvs: [] # - name: "DOCKER_IPTABLES_LEGACY" # value: "1" @@ -112,11 +110,11 @@ init: ## Specify an existing token secret ## -existingSecret: "" -existingSecretKey: "" +existingSecret: "gitea-token" +existingSecretKey: "token" ## Specify the root URL of the Gitea instance -giteaRootURL: "" +giteaRootURL: "https://gitea.apilab.us" ## @section Global # @@ -124,4 +122,4 @@ giteaRootURL: "" ## @param global.storageClass global storage class override global: imageRegistry: "" - storageClass: "" + storageClass: "nfs"