enable drone registration
Some checks failed
Check Kubernetes YAMLs / scan (push) Failing after 18s

This commit is contained in:
Lee 2024-09-24 01:37:14 +01:00
parent 99cb42c744
commit 5eb53de71c
3 changed files with 3 additions and 3 deletions

@ -52,7 +52,7 @@ spec:
- name: DRONE_SERVER_PROTO - name: DRONE_SERVER_PROTO
value: "https" value: "https"
- name: DRONE_REGISTRATION_CLOSED - name: DRONE_REGISTRATION_CLOSED
value: "true" value: "false"
volumeMounts: volumeMounts:
- name: drone-data - name: drone-data
mountPath: /data mountPath: /data

@ -5,7 +5,7 @@ metadata:
name: apps name: apps
namespace: flux-system namespace: flux-system
spec: spec:
interval: 5m0s interval: 1m0s
dependsOn: dependsOn:
- name: infrastructure - name: infrastructure
sourceRef: sourceRef:

@ -5,7 +5,7 @@ metadata:
name: infrastructure name: infrastructure
namespace: flux-system namespace: flux-system
spec: spec:
interval: 5m0s interval: 1m0s
sourceRef: sourceRef:
kind: GitRepository kind: GitRepository
name: flux-system name: flux-system