Skip to content

enable custom configuration for Nginx via configMapRef and change nginx default image to nginx:1.23.3 #20

enable custom configuration for Nginx via configMapRef and change nginx default image to nginx:1.23.3

enable custom configuration for Nginx via configMapRef and change nginx default image to nginx:1.23.3 #20

Workflow file for this run

name: CI
on:
pull_request:
push:
branches:
- main
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
with:
fetch-depth: 0
- name: Install Helm
uses: azure/setup-helm@v3
with:
version: v3.10.0
- name: Test with template
run: helm template --output-dir generated mycms websight-cms