Commit b25a6924 authored by garciadeblas's avatar garciadeblas
Browse files

Update jenkins OKA and add testacme and testapp OKAs

parent d87bd7d9
Loading
Loading
Loading
Loading
Loading
+8 −0
Original line number Diff line number Diff line
namespace: jenkins
# custom_env_vars:
# inline_values:
# configmap_values:
secret_values:
  jenkinsUser: admin
  jenkinsPassword: myJ3nk1n2P2ssw0rd
+0 −1
Original line number Diff line number Diff line
@@ -14,7 +14,6 @@
# See the License for the specific language governing permissions and
# limitations under the License.
#######################################################################################

---
apiVersion: source.toolkit.fluxcd.io/v1beta2
kind: HelmRepository
+1 −1
Original line number Diff line number Diff line
@@ -14,7 +14,6 @@
# See the License for the specific language governing permissions and
# limitations under the License.
#######################################################################################

---
apiVersion: helm.toolkit.fluxcd.io/v2beta1
kind: HelmRelease
@@ -25,6 +24,7 @@ spec:
  chart:
    spec:
      chart: jenkins
      version: '13.4.20'
      reconcileStrategy: ChartVersion
      sourceRef:
        kind: HelmRepository
+1 −1
Original line number Diff line number Diff line
@@ -14,7 +14,6 @@
# See the License for the specific language governing permissions and
# limitations under the License.
#######################################################################################

---
apiVersion: kustomize.toolkit.fluxcd.io/v1
kind: Kustomization
@@ -25,6 +24,7 @@ spec:
  interval: 1h0m0s
  path: ./apps/jenkins/manifests
  prune: true
  wait: true
  sourceRef:
    kind: GitRepository
    name: sw-catalogs
+1 −4
Original line number Diff line number Diff line
@@ -14,11 +14,8 @@
# See the License for the specific language governing permissions and
# limitations under the License.
#######################################################################################

---
apiVersion: v1
kind: Namespace
metadata:
  creationTimestamp: null
  name: jenkins
spec: {}
status: {}
Loading