Commit d3abf5e2 authored by Jorge Moratinos's avatar Jorge Moratinos
Browse files

Merge branch 'OCFXX-add_capifhostname_to_some_charts' into 'staging'

Added CAPIF_HOSTNAME variable to invoker, provider, loggin and publish service.

See merge request !100
parents 94a912b7 c50bf813
Loading
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -148,6 +148,7 @@ or
http://<Mongo Register Express Host IP>:8083/ (if accessed from another host)
```


# FAQ Documentation

Frequently asked questions can be found here: [FAQ Directory]
@@ -158,3 +159,4 @@ Frequently asked questions can be found here: [FAQ Directory]
[Testing with Robot Framework]: ./docs/testing_with_robot/README.md  "Testing with Robot Framework"
[FAQ Directory]: https://ocf.etsi.org/documentation/latest/FAQ/ "FAQ Url"
[OCF Documentation]: https://ocf.etsi.org/documentation/latest/ "OCF Documentation"
+2 −0
Original line number Diff line number Diff line
@@ -42,6 +42,8 @@ spec:
          env:
            - name: MONITORING
              value: {{ quote .Values.env.monitoring }}
            - name: CAPIF_HOSTNAME
              value: {{ quote .Values.env.capifHostname }}
            - name: VAULT_HOSTNAME
              value: {{ quote .Values.env.vaultHostname }}
            - name: VAULT_PORT
+1 −0
Original line number Diff line number Diff line
@@ -16,6 +16,7 @@ fullnameOverride: ""

env:
  monitoring: "true"
  capifHostname: capif
  vaultHostname: vault
  vaultPort: 8200
  vaultAccessToken: dev-only-token
+2 −0
Original line number Diff line number Diff line
@@ -42,6 +42,8 @@ spec:
          env:
            - name: MONITORING
              value: {{ quote .Values.env.monitoring }}
            - name: CAPIF_HOSTNAME
              value: {{ quote .Values.env.capifHostname }}
            - name: VAULT_HOSTNAME
              value: {{ quote .Values.env.vaultHostname }}
            - name: VAULT_PORT
+1 −0
Original line number Diff line number Diff line
@@ -16,6 +16,7 @@ fullnameOverride: ""

env:
  monitoring: "true"
  capifHostname: capif
  vaultHostname: vault
  vaultPort: 8200
  vaultAccessToken: dev-only-token
Loading