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
value: "https"
- name: DRONE_REGISTRATION_CLOSED
value: "true"
value: "false"
volumeMounts:
- name: drone-data
mountPath: /data

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

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