mirror of
https://github.com/bakito/adguardhome-sync.git
synced 2024-11-15 04:21:52 +08:00
da289017a5
* generate model from openAPI schema * implement replica status #231 * Sync "Pause service blocking schedule" #234 * Sync "Safe Search Provider" #200
8 lines
No EOL
187 B
YAML
8 lines
No EOL
187 B
YAML
apiVersion: v1
|
|
kind: ConfigMap
|
|
metadata:
|
|
name: origin-conf
|
|
namespace: {{ .Release.Namespace }}
|
|
data:
|
|
AdGuardHome.yaml: |
|
|
{{- .Files.Get "resources/AdGuardHome.yaml" | nindent 4 }} |