diff options
author | Andreas Seelinger <Andreas.Seelinger@accenture.com> | 2024-10-29 13:34:07 +0100 |
---|---|---|
committer | Andreas Seelinger <andreas.seelinger@accenture.com> | 2024-11-05 11:34:05 +0100 |
commit | 26092e3d55ec4d7be061fbedce43d7b27439af01 (patch) | |
tree | f2115541fe8bb7ad34db73656146ca647b840350 /docs | |
parent | 3fbefc8f671e10cec549019123555c4c5f07b51f (diff) |
Kyverno fixes for AAI
- Change entrypoint of aai-haproxy to remove the need to modify
resolvers.conf
- Need an updated version of the aai-helmcharts. Since resolvers.conf is
a config map now
Issue-ID: AAI-4043
Change-Id: I97092b293ec6c27dd23215918b5368de7570ad4b
Signed-off-by: Andreas Seelinger <Andreas.Seelinger@accenture.com>
Diffstat (limited to 'docs')
-rw-r--r-- | docs/platform/Getting Started/AAI_Developer_Environment_Setup.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/platform/Getting Started/AAI_Developer_Environment_Setup.rst b/docs/platform/Getting Started/AAI_Developer_Environment_Setup.rst index 4122a9e0..43101e06 100644 --- a/docs/platform/Getting Started/AAI_Developer_Environment_Setup.rst +++ b/docs/platform/Getting Started/AAI_Developer_Environment_Setup.rst @@ -89,8 +89,8 @@ For this exercise, I set up a new instance of Ubuntu in Virtualbox and gave it 1 $ sudo service haproxy restart -4. Follow the initial setup instructions in `Setting Up Your Development Environment <https://wiki.onap.org/display/DW/Setting+Up+Your+Development+Environment>`__ e.g. ------------------------------------------------------------------------------------------------------------------------------------------------------------------------ +4. Follow the initial setup instructions in `Setting Up Your Development Environment <https://lf-onap.atlassian.net/wiki/display/DW/Setting+Up+Your+Development+Environment>`__ e.g. +------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ .. code-block:: bash $ sudo apt-get install git |