fixed names of functions
This commit is contained in:
parent
f6d8883ea7
commit
9c7ecadb9b
1 changed files with 3 additions and 3 deletions
|
@ -66,13 +66,13 @@
|
|||
(->
|
||||
(yaml/from-string (yaml/load-resource "jitsi/web-deployment.yaml"))))
|
||||
|
||||
(defn generate-web-pvc []
|
||||
(defn generate-web-pvc-config []
|
||||
(yaml/from-string (yaml/load-resource "jitsi/web-pvc-config.yaml")))
|
||||
|
||||
(defn generate-web-pvc []
|
||||
(defn generate-web-pvc-crontabs []
|
||||
(yaml/from-string (yaml/load-resource "jitsi/web-pvc-crontabs.yaml")))
|
||||
|
||||
(defn generate-web-pvc []
|
||||
(defn generate-web-pvc-transcripts []
|
||||
(yaml/from-string (yaml/load-resource "jitsi/web-pvc-transcripts.yaml")))
|
||||
|
||||
(defn generate-web-service []
|
||||
|
|
Loading…
Reference in a new issue