Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

Confluence Helm Chart PermissionError: [Errno 1] Operation not permitted

Team Platform Admin September 15, 2023

I'm currently working on a dev instance of our production Confluence DC and running into the following permission error when the pod tries to start.

Screenshot 2023-09-15 at 9.33.14 AM.png

Openshift 4.10.56

Helm 3

Confluence 7.14.3

Chart.yaml
````
apiVersion: v2
name: confluence
description: A chart for installing Confluence Data Center on Kubernetes
type: application
version: 2.0.6
appVersion: 7.14.3
kubeVersion: ">=1.21.x-0"
keywords:
- Confluence
- Confluence Server
- Confluence Data Center
- Confluence DC
- Atlassian
home: https://atlassian.github.io/data-center-helm-charts/
icon: https://atlassian.github.io/data-center-helm-charts/icons/confluence.svg
sources:
- https://github.com/atlassian/data-center-helm-charts
- https://bitbucket.org/atlassian-docker/docker-atlassian-confluence-server/
deprecated: false
annotations:
artifacthub.io/containsSecurityUpdates: "true"
artifacthub.io/changes: |-
- "Update appVersions for DC apps (#599)"
- "Bamboo dashboard (#588)"
- "Make sessionAffinity configurable in service spec (#582)"
- "Cleanup dashboards"
- "Add Confluence Grafana dashboards (#575)"
- "Add optional ServiceMonitors to DC Helm Charts (#573)"
- "Expose JMX beans on http endpoint (#562)"

dependencies:
- name: common
version: 1.2.2
repository: https://atlassian.github.io/data-center-helm-charts ````
values.yaml
````
# Default values for confluence.
# This is a YAML-formatted file.
# Declare variables to be passed into your templates.

replicaCount: 1

image:
tag: ""

nameOverride: ""
fullnameOverride: ""

serviceAccount:
# Specifies whether a service account should be created
create: true
# Annotations to add to the service account
annotations: {}
# The name of the service account to use.
# If not set and create is true, a name is generated using the fullname template
name: ""

ingress:
annotations: {}
# kubernetes.io/ingress.class: nginx
# kubernetes.io/tls-acme: "true"
external: true
host: confluence-dev.com

volume:
name: ""

resources:
limits:
cpu: "4"
memory: 12Gi
requests:
cpu: "4"
memory: 12Gi

nodeSelector: {}

tolerations: []

affinity: {}````

0 answers

Suggest an answer

Log in or Sign up to answer
DEPLOYMENT TYPE
SERVER
VERSION
7.14.3
TAGS
AUG Leaders

Atlassian Community Events