diff options
author | Grzegorz-Lis <grzegorz.lis@nokia.com> | 2020-07-28 10:52:55 +0200 |
---|---|---|
committer | Magdalena Biernacka <magdalena.1.biernacka@nokia.com> | 2020-08-12 08:21:44 +0000 |
commit | dceb913fa262d4d1112ae734e6f9768b0354f9be (patch) | |
tree | 1220c679137bed596e38f5205ea732e5293254b1 /components/aai-resources/templates | |
parent | f1e329c458c48530da36dd1c6b38b7548116bd65 (diff) |
[AAI] Make AAI compatible with Kubernetes v1.17
Issue-ID: OOM-2445
Signed-off-by: Grzegorz Lis <grzegorz.lis@nokia.com>
Change-Id: I68624a283b9f3e0cb3f300defefd1ff0130a0b9c
Diffstat (limited to 'components/aai-resources/templates')
-rw-r--r-- | components/aai-resources/templates/deployment.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/components/aai-resources/templates/deployment.yaml b/components/aai-resources/templates/deployment.yaml index 3d12f4e..5f8b638 100644 --- a/components/aai-resources/templates/deployment.yaml +++ b/components/aai-resources/templates/deployment.yaml @@ -13,7 +13,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -apiVersion: extensions/v1beta1 +apiVersion: apps/v1 kind: Deployment metadata: name: {{ include "common.fullname" . }} |