diff options
author | terminaldweller <thabogre@gmail.com> | 2021-05-14 18:14:50 +0000 |
---|---|---|
committer | terminaldweller <thabogre@gmail.com> | 2021-05-14 18:14:50 +0000 |
commit | 6e528248414e330c9e25e81596ab47b8b8a5b701 (patch) | |
tree | e1aa41a7f3198eeac187e6177ec7d4a33db229d3 /rpi/configmap.yaml | |
download | scripts-master.tar.gz scripts-master.zip |
first commitmaster
Diffstat (limited to 'rpi/configmap.yaml')
-rw-r--r-- | rpi/configmap.yaml | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/rpi/configmap.yaml b/rpi/configmap.yaml new file mode 100644 index 0000000..551ee23 --- /dev/null +++ b/rpi/configmap.yaml @@ -0,0 +1,7 @@ +apiVersion: v1 +kind: ConfigMap +metadata: + name: k3s-rpi-configmap +data: + pihole_tz: iran/tehran + squid_config_vol: /etc/squid/ |