replace deprecated fkts
This commit is contained in:
parent
169a51456b
commit
acb8b1e7bf
3 changed files with 5 additions and 5 deletions
|
@ -378,7 +378,7 @@ You can connect your application to grafana cloud.
|
||||||
| ------------- |---------|:--------------------------:|:---------------------------:|:--------------------------:|:-----------------------------:|:-------------------------:|:--------------------:|:---------------------------------------:|:----------------------:|:----------:|
|
| ------------- |---------|:--------------------------:|:---------------------------:|:--------------------------:|:-----------------------------:|:-------------------------:|:--------------------:|:---------------------------------------:|:----------------------:|:----------:|
|
||||||
| c4k-keycloak | 0.2 | x | x | x | x | x | | | | |
|
| c4k-keycloak | 0.2 | x | x | x | x | x | | | | |
|
||||||
| c4k-taiga | 0.1 | x | x | x | x | x | x | x | x | |
|
| c4k-taiga | 0.1 | x | x | x | x | x | x | x | x | |
|
||||||
| c4k-nextcloud | 4.0 | x | x | x | x | x | | | | |
|
| c4k-nextcloud | 4.0 | x | x | x | x | x | | | x | |
|
||||||
| c4k-jitsi | 1.6 | x | x | x | x | x | x | x | | |
|
| c4k-jitsi | 1.6 | x | x | x | x | x | x | x | | |
|
||||||
| c4k-forgejo | 3.0 | x | x | x | x | x | x | x | x | |
|
| c4k-forgejo | 3.0 | x | x | x | x | x | x | x | x | |
|
||||||
| c4k-shynet | 1.0 | | | | | | | | | |
|
| c4k-shynet | 1.0 | | | | | | | | | |
|
||||||
|
|
|
@ -53,9 +53,9 @@
|
||||||
fqdn pred/fqdn-string?]
|
fqdn pred/fqdn-string?]
|
||||||
(->
|
(->
|
||||||
(yaml/load-as-edn "ingress/host-rule.yaml")
|
(yaml/load-as-edn "ingress/host-rule.yaml")
|
||||||
(cm/replace-all-matching-values-by-new-value "FQDN" fqdn)
|
(cm/replace-all-matching "FQDN" fqdn)
|
||||||
(cm/replace-all-matching-values-by-new-value "SERVICE_PORT" service-port)
|
(cm/replace-all-matching "SERVICE_PORT" service-port)
|
||||||
(cm/replace-all-matching-values-by-new-value "SERVICE_NAME" service-name)))
|
(cm/replace-all-matching "SERVICE_NAME" service-name)))
|
||||||
|
|
||||||
|
|
||||||
(defn-spec generate-certificate map?
|
(defn-spec generate-certificate map?
|
||||||
|
|
|
@ -80,7 +80,7 @@
|
||||||
grafana-cloud-user)
|
grafana-cloud-user)
|
||||||
(assoc-in [:remote_write 0 :basic_auth :password]
|
(assoc-in [:remote_write 0 :basic_auth :password]
|
||||||
grafana-cloud-password)
|
grafana-cloud-password)
|
||||||
(cm/replace-all-matching-values-by-new-value "FILTER_REGEX" filter-regex-string))))
|
(cm/replace-all-matching "FILTER_REGEX" filter-regex-string))))
|
||||||
|
|
||||||
(defn-spec generate-config map?
|
(defn-spec generate-config map?
|
||||||
[config ::mon-cfg
|
[config ::mon-cfg
|
||||||
|
|
Loading…
Reference in a new issue