UNCLASSIFIED - NO CUI

Skip to content

Fixing caCert error

Jacob Kershaw requested to merge caCert-error-2 into main

General MR

Summary

(Summarize the purpose of the MR)

Relevant logs/screenshots

Sample overrides

monitoring:
  enabled: true
addons:
  velero:
    enabled: true
    git:
      branch: "caCert-error-2"
      tag: null
    plugins:
      - aws
    values:
      networkPolicies:
        enabled: false
      pluginImages:
        aws:
          pullPolicy: IfNotPresent
          repository: registry1.dso.mil/ironbank/opensource/velero/velero-plugin-for-aws
      credentials:
        useSecret: true
        name: velero-aws-creds
        secretContents:
          cloud: |
            [default]
            aws_access_key_id={ACCESS_KEY_ID}
            aws_secret_access_key={SECRET_KEY}
      configuration:
        #provider: aws
        backupStorageLocation:
        - name: default
          provider: aws
          bucket: velero-backups
          caCert: "d2hhdHN1cGZyYW5kCg=="
          prefix: test
          config:
            region: "us-gov-west-1"
            insecureSkipTLSVerify: "true"
            s3ForcePathStyle: "true"
            s3Url: "http://minio.minio.svc"
        volumeSnapshotLocation:
        - name: default
          config:
            region: "us-gov-west-1"
          provider: aws
      schedules:
      test-daily-argocd:
          schedule: "0 1 * * *"
          template:
            ttl: "168h"
            includedResources:
            - pv
            - pvc
            includedNamespaces:
            - argocd

velero-ca-working

Linked Issue

issue

Upgrade Notices

N/A

Edited by Jacob Kershaw

Merge request reports